Home
last modified time | relevance | path

Searched defs:portable_code (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dinstrumentation.cc86 const void* portable_code, bool have_portable_code) in UpdateEntrypoints()
680 const void* portable_code, bool have_portable_code) { in UpdateMethodsCode()
846 const void* portable_code = class_linker->GetPortableOatCodeFor(method, &have_portable_code); in Undeoptimize() local
848 const void* portable_code = nullptr; in Undeoptimize() local
Dclass_linker.cc2526 mirror::ArtMethod* method, const void* quick_code, const void* portable_code) in NeedsInterpreter()
2582 const void* portable_code = nullptr; in FixupStaticTrampolines() local
/art/compiler/
Doat_test.cc76 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in CheckMethod() local
Dcompiled_method.cc45 const ArrayRef<const uint8_t>* portable_code) { in SetCode()
Doat_writer.cc345 const SwapVector<uint8_t>* portable_code = compiled_method->GetPortableCode(); in VisitMethod() local
Dimage_writer.cc1184 const byte* portable_code = GetOatAddress(orig->GetPortableOatCodeOffset()); in FixupMethod() local
/art/oatdump/
Doatdump.cc761 const void* portable_code = oat_method.GetPortableCode(); in DumpGcMap() local
923 const void* portable_code = oat_method.GetPortableCode(); in DumpCode() local