Home
last modified time | relevance | path

Searched refs:entry_point_from_quick_compiled_code (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dart_method.cc938 const void* entry_point_from_quick_compiled_code, PointerSize pointer_size) { in SetEntryPointFromQuickCompiledCodePtrSize() argument
940 if (current_entry_point == entry_point_from_quick_compiled_code) { in SetEntryPointFromQuickCompiledCodePtrSize()
947 uintptr_t new_value = reinterpret_cast<uintptr_t>(entry_point_from_quick_compiled_code); in SetEntryPointFromQuickCompiledCodePtrSize()
Dart_method.h775 void SetEntryPointFromQuickCompiledCode(const void* entry_point_from_quick_compiled_code)
777 SetEntryPointFromQuickCompiledCodePtrSize(entry_point_from_quick_compiled_code,
781 const void* entry_point_from_quick_compiled_code, PointerSize pointer_size)