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

  /art/runtime/
method_info.h 55 ALWAYS_INLINE MethodIndexType GetMethodIndex(size_t index) const {
cha.cc 245 method_in_super->GetMethodIndex(),
251 uint16_t method_index = method_in_super->GetMethodIndex();
art_method.cc 84 return &GetDeclaringClass()->GetDirectMethodsSlice(kRuntimePointerSize)[GetMethodIndex()];
86 return GetDeclaringClass()->GetVTableEntry(GetMethodIndex(), kRuntimePointerSize);
210 uint16_t method_index = GetMethodIndex();
530 oat_method_index = method->GetMethodIndex();
    [all...]
art_method.h 315 uint16_t GetMethodIndex() REQUIRES_SHARED(Locks::mutator_lock_);
321 return GetMethodIndex();
stack_map.h     [all...]
art_method-inl.h 88 inline uint16_t ArtMethod::GetMethodIndex() {
method_handles.cc 698 uint16_t vtable_index = target_method->GetMethodIndex();
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 480 uint16_t vtable_index = resolved_method->GetMethodIndex();
516 uint16_t vtable_index = resolved_method->GetMethodIndex();
    [all...]
  /art/compiler/dex/
dex_to_dex_compiler.cc 309 uint32_t vtable_idx = resolved_method->GetMethodIndex();
  /art/runtime/mirror/
class-inl.h 548 method->GetMethodIndex(), pointer_size);
559 return GetVTableEntry(method->GetMethodIndex(), pointer_size);
564 return GetSuperClass()->GetVTableEntry(method->GetMethodIndex(), pointer_size);
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc     [all...]
stack_map_stream.cc 307 DCHECK_EQ(info.GetMethodIndex(i), method_indices_[i]);
inliner.cc     [all...]
instruction_builder.cc 766 uint16_t vtable_index = resolved_method->GetMethodIndex();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 389 *dex_method_index = invoke.GetMethodIndex(encoding.invoke_info.encoding, method_info);
    [all...]
  /art/oatdump/
oatdump.cc 597 size_t method_index = m->GetMethodIndex();
    [all...]
  /art/runtime/verifier/
method_verifier.cc     [all...]

Completed in 251 milliseconds