Searched refs:GetEntryPointFromQuickCompiledCodePtrSize (Results 1 – 14 of 14) sorted by relevance
129 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()139 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()152 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()161 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
1570 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()1650 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
3219 method->GetEntryPointFromQuickCompiledCodePtrSize(target_ptr_size_); in GetQuickCode()
482 return GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetEntryPointFromQuickCompiledCode()485 const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) const { in GetEntryPointFromQuickCompiledCodePtrSize() function
396 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints()
1142 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetCodeForInvoke()1169 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
743 (GetEntryPointFromQuickCompiledCodePtrSize(image_pointer_size) == in CopyFrom()
1265 m.GetEntryPointFromQuickCompiledCodePtrSize(data.pointer_size); in InitFromBootImage()
247 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in CheckCompiledMethods()
176 const void* actual_code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in Java_Main_isAotCompiled()
1982 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( in GetQuickOatCodeBegin()2103 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()2112 method->GetEntryPointFromQuickCompiledCodePtrSize(image_header_.GetPointerSize()); in DumpMethod()
295 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
930 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpOneArtMethod()
1309 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace()