Home
last modified time | relevance | path

Searched refs:EntryPointToCodePointer (Results 1 – 9 of 9) sorted by relevance

/art/runtime/oat/
Doat_file-inl.h29 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
46 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
54 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
62 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
75 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
87 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
Djni_stub_hash_map_test.cc290 reinterpret_cast<const uint8_t*>(EntryPointToCodePointer(boot_jni_stub)), in TEST_F()
293 reinterpret_cast<const uint8_t*>(EntryPointToCodePointer(cmp_jni_stub)), in TEST_F()
Doat_quick_method_header.cc131 reinterpret_cast<uintptr_t>(EntryPointToCodePointer(nterp_entrypoint)); in GetNterpMethodHeader()
Doat_quick_method_header.h66 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
/art/libartbase/base/
Dutils.h87 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
/art/runtime/interpreter/mterp/
Dnterp.cc80 const uint8_t* code = reinterpret_cast<const uint8_t*>(EntryPointToCodePointer(entry_point)); in NterpImpl()
95 const uint8_t* code = reinterpret_cast<const uint8_t*>(EntryPointToCodePointer(entry_point)); in NterpWithClinitImpl()
/art/runtime/
Dstack.cc875 code = EntryPointToCodePointer(boot_jni_stub); in WalkStack()
/art/compiler/jni/
Djni_compiler_test.cc429 const void* code_ptr = EntryPointToCodePointer(caller->GetEntryPointFromQuickCompiledCode()); in AssertCallerObjectLocked()
/art/oatdump/
Doatdump.cc309 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()