Home
last modified time | relevance | path

Searched defs:code_ptr (Results 1 – 8 of 8) sorted by relevance

/art/runtime/jit/
Djit_code_cache.cc337 const void* code_ptr = nullptr; in GetSavedEntryPointOfPreCompiledMethod() local
403 static const uint8_t* GetRootTable(const void* code_ptr, uint32_t* number_of_roots = nullptr) { in GetRootTable()
467 void JitCodeCache::FreeCodeAndData(const void* code_ptr) { in FreeCodeAndData()
679 const uint8_t* code_ptr = region->CommitCode(reserved_code, code, stack_map_data); in Commit() local
1103 const void* code_ptr = *it; in RemoveUnmarkedCode() local
1153 const void* code_ptr = OatQuickMethodHeader::FromEntryPoint(entry_point)->GetCode(); in AddZombieCode() local
1179 void JitCodeCache::AddZombieCodeInternal(ArtMethod* method, const void* code_ptr) { in AddZombieCodeInternal()
1322 const void* code_ptr = it->second.GetCode(); in LookupMethodHeader() local
1329 const void* code_ptr = zygote_map_.GetCodeFor(method, pc); in LookupMethodHeader() local
1340 const void* code_ptr = it->first; in LookupMethodHeader() local
[all …]
Djit_code_cache.h115 const void* code_ptr; member
Ddebugger_interface.cc580 void AddNativeDebugInfoForJit(const void* code_ptr, in AddNativeDebugInfoForJit()
619 void RemoveNativeDebugInfoForJit(const void* code_ptr) { in RemoveNativeDebugInfoForJit()
/art/runtime/oat/
Doat_quick_method_header.h56 static OatQuickMethodHeader* FromCodePointer(const void* code_ptr) { in FromCodePointer()
/art/compiler/
Dexception_test.cc109 uint8_t* code_ptr = in SetUp() local
/art/compiler/debug/
Delf_debug_writer.cc244 const void* code_ptr = AlignDown(reinterpret_cast<const void*>(addr), kPcAlign); in PackElfFileForJIT() local
/art/dex2oat/linker/
Doat_writer.cc1453 const void* code_ptr = in StartClass() local
1508 const void* code_ptr = in Postprocess() local
/art/compiler/jni/
Djni_compiler_test.cc429 const void* code_ptr = EntryPointToCodePointer(caller->GetEntryPointFromQuickCompiledCode()); in AssertCallerObjectLocked() local