Home
last modified time | relevance | path

Searched defs:method_ref (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/art/dex2oat/linker/
H A Dmulti_oat_relative_patcher.h59 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 Doat_writer.cc1065 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 Drelative_patcher.cc51 [[maybe_unused]] MethodReference method_ref) override { in Create()
H A Drelative_patcher_test.h227 bool CheckLinkedMethod(MethodReference method_ref, const ArrayRef<const uint8_t>& expected_code) { in CheckLinkedMethod()
H A Dmulti_oat_relative_patcher_test.cc38 MethodReference method_ref) override { in ReserveSpace()
/aosp_15_r20/art/dex2oat/linker/arm/
H A Drelative_patcher_arm_base.cc170 MethodReference method_ref) { in ReserveSpace()
293 MethodReference method_ref, in ReserveSpaceInternal()
479 MethodReference method_ref) { in ResolveMethodCalls()
H A Drelative_patcher_thumb2_test.cc234 MethodReference method_ref, in AddCompiledMethod()
/aosp_15_r20/art/dex2oat/linker/x86/
H A Drelative_patcher_x86_base.cc27 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiler_driver.cc382 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 Dcompiler_driver_test.cc86 MethodReference method_ref(method->GetDexFile(), method->GetDexMethodIndex()); in MakeExecutable() local
/aosp_15_r20/art/dex2oat/dex/
H A Dverification_results.cc65 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 Dtransaction.h52 void SetMethodRef(std::string method_ref) { in SetMethodRef()
H A Dwire_reader_impl.cc368 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/
Dtransaction.h52 void SetMethodRef(std::string method_ref) { in SetMethodRef()
Dwire_reader_impl.cc368 std::string method_ref; in ProcessStreamingTransactionImpl() local
/aosp_15_r20/art/dex2oat/linker/riscv64/
H A Drelative_patcher_riscv64.cc36 [[maybe_unused]] MethodReference method_ref) { in ReserveSpace()
/aosp_15_r20/art/runtime/jit/
H A Dprofiling_info_test.cc261 MethodReference method_ref(m->GetDexFile(), m->GetDexMethodIndex()); in TEST_F() local
/aosp_15_r20/art/dex2oat/linker/arm64/
H A Drelative_patcher_arm64.cc107 MethodReference method_ref) { in ReserveSpace()
H A Drelative_patcher_arm64_test.cc200 MethodReference method_ref, in AddCompiledMethod()
/aosp_15_r20/external/rust/android-crates-io/crates/http/src/
Drequest.rs806 pub fn method_ref(&self) -> Option<&Method> { in method_ref() method
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/
H A Dbinder_transport_test.cc365 Metadata AppendMethodRef(const Metadata& md, const std::string& method_ref) { in AppendMethodRef()
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc2094 const MethodReference& method_ref, in GetMethodHotness()
/aosp_15_r20/art/runtime/interpreter/
H A Dunstarted_runtime.cc737 ScopedLocalRef<jobject> method_ref(self->GetJniEnv(), in UnstartedConstructorNewInstance0() local