HomeSort by relevance Sort by last modified time
    Searched refs:GetDexMethodIndex (Results 1 - 25 of 44) sorted by null

1 2

  /art/compiler/optimizing/
builder.cc 54 << PrettyMethod(dex_compilation_unit_->GetDexMethodIndex(), *dex_file_)
64 << PrettyMethod(dex_compilation_unit_->GetDexMethodIndex(), *dex_file_)
intrinsics.cc 553 invoke->GetDexMethodIndex(), class_linker->GetImagePointerSize());
581 if (inliner->IsIntrinsic(invoke->GetDexMethodIndex(), &method)) {
588 << PrettyMethod(invoke->GetDexMethodIndex(), invoke->GetDexFile())
sharpening.cc 64 MethodReference target_method(&graph_->GetDexFile(), invoke->GetDexMethodIndex());
inliner.cc 92 PrettyMethod(call->GetDexMethodIndex(), *outer_compilation_unit_.GetDexFile());
99 PrettyMethod(call->GetDexMethodIndex(), *outer_compilation_unit_.GetDexFile());
254 uint32_t method_index = invoke_instruction->GetDexMethodIndex();
    [all...]
instruction_builder.cc 437 dex_file_->GetMethodId(dex_compilation_unit_->GetDexMethodIndex());
    [all...]
graph_visualizer.cc 412 StartAttributeStream("dex_file_index") << invoke->GetDexMethodIndex();
414 invoke->GetDexMethodIndex(), GetGraph()->GetDexFile(), /* with_signature */ false);
reference_type_propagation.cc 452 invoke->GetDexFile(), invoke->GetDexMethodIndex(), dex_cache, loader, nullptr, kDirect);
    [all...]
  /art/runtime/mirror/
abstract_method.cc 35 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex());
class.cc 419 if (method.GetDexMethodIndex() == dex_method_idx) {
500 if (method.GetDexMethodIndex() == dex_method_idx) {
    [all...]
  /art/runtime/
art_method-inl.h 117 inline uint32_t ArtMethod::GetDexMethodIndex() {
279 uint32_t dex_method_idx = GetDexMethodIndex();
291 return dex_file->GetMethodShorty(dex_file->GetMethodId(GetDexMethodIndex()), out_length);
295 uint32_t dex_method_idx = GetDexMethodIndex();
305 uint32_t dex_method_idx = GetDexMethodIndex();
347 return dex_file->GetMethodPrototype(dex_file->GetMethodId(GetDexMethodIndex()));
354 dex_file->GetMethodId(GetDexMethodIndex()));
376 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
409 GetDexMethodIndex(),
430 const DexFile::MethodId& method_id = dex_file->GetMethodId(GetDexMethodIndex());
    [all...]
art_method.cc 62 uint32_t dex_method_idx = GetDexMethodIndex();
110 const DexFile::MethodId& mid = dex_file->GetMethodId(GetDexMethodIndex());
112 const DexFile::MethodId& mid2 = dex_file->GetMethodId(other->GetDexMethodIndex());
116 const DexFile::MethodId& mid2 = dex_file2->GetMethodId(other->GetDexMethodIndex());
139 GetDexMethodIndex(),
165 const uint32_t dex_method_idx = GetDexMethodIndex();
338 const auto& method_id = dex_file->GetMethodId(GetDexMethodIndex());
art_method.h 403 ALWAYS_INLINE uint32_t GetDexMethodIndex() SHARED_REQUIRES(Locks::mutator_lock_);
556 return MethodReference(GetDexFile(), GetDexMethodIndex());
trace.cc 853 auto* resolved_method = dex_cache->GetResolvedMethod(method->GetDexMethodIndex(), sizeof(void*));
856 dex_cache->SetResolvedMethod(method->GetDexMethodIndex(), method, sizeof(void*));
862 if (!(*bit_set)[method->GetDexMethodIndex()]) {
863 bit_set->set(method->GetDexMethodIndex());
    [all...]
common_throws.cc 400 ThrowNullPointerExceptionForMethodAccessImpl(method->GetDexMethodIndex(),
  /art/test/595-profile-saving/
profile-saving.cc 47 method_index_ = m->GetDexMethodIndex();
  /art/compiler/dex/
dex_to_dex_compiler.cc 215 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
235 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
265 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
301 << PrettyMethod(unit_.GetDexMethodIndex(), GetDexFile(), true);
verified_method.cc 109 method->GetDexMethodIndex()));
  /art/compiler/driver/
dex_compilation_unit.h 63 uint32_t GetDexMethodIndex() const {
compiler_driver-inl.h 64 mUnit->GetDexFile()->GetMethodId(mUnit->GetDexMethodIndex());
281 *declaring_method_idx = resolved_method->GetDexMethodIndex();
289 return resolved_method->GetDexMethodIndex();
compiler_driver.cc 676 uint32_t method_idx = method->GetDexMethodIndex();
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 79 method_refs.emplace_back(method->GetDexFile(), method->GetDexMethodIndex());
116 ASSERT_TRUE(info1.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
132 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
135 ASSERT_TRUE(info2.ContainsMethod(MethodReference(m->GetDexFile(), m->GetDexMethodIndex())));
profile_saver.cc 212 methods_->push_back(MethodReference(dex_file, method.GetDexMethodIndex()));
  /art/compiler/
common_compiler_test.cc 53 method->GetDexMethodIndex()));
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc     [all...]
  /art/runtime/arch/
stub_test.cc     [all...]

Completed in 476 milliseconds

1 2