Home
last modified time | relevance | path

Searched refs:first_method (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method-inl.h646 ArtMethod* first_method = &array->At(0, kMethodSize, ArtMethod::Alignment(kPointerSize));
648 static_cast<void*>(reinterpret_cast<uint8_t*>(first_method)
651 reinterpret_cast<uint8_t*>(first_method) + DeclaringClassOffset().Int32Value();
Dclass_linker.cc3700 ArtMethod* first_method = klass->GetDirectMethod(0u, pointer_size); in FixupStaticTrampolines() local
3703 auto lb = critical_native_code_with_clinit_check_.lower_bound(first_method); in FixupStaticTrampolines()