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

  /art/runtime/mirror/
class.cc 813 void Class::PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope) {
814 for (uint32_t i = 0; i < kImtSize; i++) {
840 StackHandleScope<mirror::Class::kImtSize>* imt_handle_scope)
860 StackHandleScope<mirror::Class::kImtSize>* const imt_handle_scope_;
865 StackHandleScope<kImtSize>* imt_handle_scope) {
class.h 90 static constexpr size_t kImtSize = IMT_SIZE;
703 return MemberOffset(sizeof(Class) + kImtSize * sizeof(mirror::Class::ImTableEntry));
707 return MemberOffset(sizeof(Class) + kImtSize * sizeof(ImTableEntry) + sizeof(int32_t));
732 void PopulateEmbeddedImtAndVTable(StackHandleScope<kImtSize>* imt_handle_scope)
    [all...]
class-inl.h 587 uint32_t embedded_imt_size = kImtSize * sizeof(ImTableEntry);
628 size_t count = kImtSize;
  /art/runtime/
class_linker.h 542 StackHandleScope<mirror::Class::kImtSize>* out_imt)
550 StackHandleScope<mirror::Class::kImtSize>* out_imt)
    [all...]
class_linker.cc     [all...]
  /art/runtime/entrypoints/
entrypoint_utils-inl.h 430 uint32_t imt_index = resolved_method->GetDexMethodIndex() % mirror::Class::kImtSize;
  /art/runtime/arch/
stub_test.cc     [all...]
  /art/compiler/dex/quick/
gen_invoke.cc 636 (method_idx % mirror::Class::kImtSize) * sizeof(mirror::Class::ImTableEntry);
    [all...]

Completed in 755 milliseconds