/aosp_15_r20/art/dex2oat/linker/ |
H A D | multi_oat_relative_patcher.h | 59 uint32_t GetOffset(MethodReference method_ref) { in GetOffset() 65 void SetOffset(MethodReference method_ref, uint32_t offset) { in SetOffset() 72 MethodReference method_ref) { in ReserveSpace()
|
H A D | oat_writer.cc | 1065 MethodReference method_ref(dex_file_, method_index); in VisitMethod() local 1166 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1310 const MethodReference& method_ref, in NewQuickCodeOffset() 1590 const MethodReference& method_ref = method_data.method_reference; in VisitMethod() local 1841 void ReportWriteFailure(const char* what, const MethodReference& method_ref) { in ReportWriteFailure()
|
H A D | relative_patcher.cc | 51 [[maybe_unused]] MethodReference method_ref) override { in Create()
|
H A D | relative_patcher_test.h | 227 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
|
H A D | multi_oat_relative_patcher_test.cc | 38 MethodReference method_ref) override { in ReserveSpace()
|
/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_arm_base.cc | 170 MethodReference method_ref) { in ReserveSpace() 293 MethodReference method_ref, in ReserveSpaceInternal() 479 MethodReference method_ref) { in ResolveMethodCalls()
|
H A D | relative_patcher_thumb2_test.cc | 234 MethodReference method_ref, in AddCompiledMethod()
|
/aosp_15_r20/art/dex2oat/linker/x86/ |
H A D | relative_patcher_x86_base.cc | 27 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
|
/aosp_15_r20/art/dex2oat/driver/ |
H A D | compiler_driver.cc | 382 MethodReference method_ref(&dex_file, method_idx); in CompileMethodHarness() local 417 MethodReference method_ref) { in ShouldCompileBasedOnProfile() 475 MethodReference method_ref(&dex_file, method_idx); in CompileMethodQuick() local 2771 void CompilerDriver::AddCompiledMethod(const MethodReference& method_ref, in AddCompiledMethod() 2781 CompiledMethod* CompilerDriver::RemoveCompiledMethod(const MethodReference& method_ref) { in RemoveCompiledMethod()
|
H A D | compiler_driver_test.cc | 86 MethodReference method_ref(method->GetDexFile(), method->GetDexMethodIndex()); in MakeExecutable() local
|
/aosp_15_r20/art/dex2oat/dex/ |
H A D | verification_results.cc | 65 MethodReference method_ref(&dex_file, method.GetIndex()); in AddUncompilableClass() local
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/binder/wire_format/ |
H A D | transaction.h | 52 void SetMethodRef(std::string method_ref) { in SetMethodRef()
|
H A D | wire_reader_impl.cc | 368 std::string method_ref; in ProcessStreamingTransactionImpl() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/binder/wire_format/ |
D | transaction.h | 52 void SetMethodRef(std::string method_ref) { in SetMethodRef()
|
D | wire_reader_impl.cc | 368 std::string method_ref; in ProcessStreamingTransactionImpl() local
|
/aosp_15_r20/art/dex2oat/linker/riscv64/ |
H A D | relative_patcher_riscv64.cc | 36 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
|
/aosp_15_r20/art/runtime/jit/ |
H A D | profiling_info_test.cc | 261 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F() local
|
/aosp_15_r20/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 107 MethodReference method_ref) { in ReserveSpace()
|
H A D | relative_patcher_arm64_test.cc | 200 MethodReference method_ref, in AddCompiledMethod()
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/ |
D | request.rs | 806 pub fn method_ref(&self) -> Option<&Method> { in method_ref() method
|
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/ |
H A D | binder_transport_test.cc | 365 Metadata AppendMethodRef(const Metadata& md, const std::string& method_ref) { in AppendMethodRef()
|
/aosp_15_r20/art/libprofile/profile/ |
H A D | profile_compilation_info.cc | 2094 const MethodReference& method_ref, in GetMethodHotness()
|
/aosp_15_r20/art/runtime/interpreter/ |
H A D | unstarted_runtime.cc | 737 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local
|