HomeSort by relevance Sort by last modified time
    Searched refs:GetMethodIndex (Results 1 - 17 of 17) sorted by null

  /art/runtime/
method_info.h 57 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const {
art_method.cc 86 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()];
88 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize);
218 uint16_t method_index = GetMethodIndex();
517 oat_method_index = method->GetMethodIndex();
    [all...]
cha.cc 366 method_in_super->GetMethodIndex(),
371 uint16_t method_index = method_in_super->GetMethodIndex();
art_method.h 353 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
359 return GetMethodIndex();
    [all...]
stack_map.h     [all...]
art_method-inl.h 88 inline uint16_t ArtMethod::GetMethodIndex() {
method_handles.cc 688 uint16_t vtable_index = target_method->GetMethodIndex();
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 475 uint16_t vtable_index = resolved_method->GetMethodIndex();
512 uint16_t vtable_index = resolved_method->GetMethodIndex();
    [all...]
  /art/runtime/mirror/
class-inl.h 596 method->GetMethodIndex(), pointer_size);
607 return GetVTableEntry(method->GetMethodIndex(), pointer_size);
612 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size);
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc     [all...]
stack_map_stream.cc 316 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]);
    [all...]
inliner.cc     [all...]
instruction_builder.cc     [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 485 uint32_t vtable_idx = resolved_method->GetMethodIndex();
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 392 *dex_method_index = invoke.GetMethodIndex(encoding.invoke_info.encoding, method_info);
    [all...]
  /art/oatdump/
oatdump.cc 679 size_t method_index = m->GetMethodIndex();
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 348 milliseconds