Searched refs:GetEntryPoint (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Doat_quick_method_header.cc42 const void* entry_point = GetEntryPoint();
70 const void* entry_point = GetEntryPoint();
H A Doat_quick_method_header.h61 return pc - reinterpret_cast<uintptr_t>(GetEntryPoint());
147 const uint8_t* GetEntryPoint() const { function
H A Dfault_handler.cc337 reinterpret_cast<uintptr_t>(method_header->GetEntryPoint());
/art/runtime/jit/
H A Djit_code_cache.cc834 instrum->UpdateMethodsCode(m, method_header->GetEntryPoint());
854 method, method_header->GetEntryPoint());
868 << reinterpret_cast<const void*>(method_header->GetEntryPoint()) << ","
869 << reinterpret_cast<const void*>(method_header->GetEntryPoint() +
1297 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) {
1378 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) {
1388 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) {
1442 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) {
1720 const void* entrypoint = method_header->GetEntryPoint();
1804 (profiling_info->GetSavedEntryPoint() == header->GetEntryPoint())) {
[all...]
H A Djit.cc557 osr_method->GetEntryPoint();

Completed in 62 milliseconds