Home
last modified time | relevance | path

Searched refs:GetCompiledCodeToInterpreterBridge (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/runtime/bridge/
Dbridge.h53 const void *GetCompiledCodeToInterpreterBridge(const Method *method);
55 const void *GetCompiledCodeToInterpreterBridge();
Dbridge.cpp33 const void *GetCompiledCodeToInterpreterBridge(const Method *method) in GetCompiledCodeToInterpreterBridge() function
50 const void *GetCompiledCodeToInterpreterBridge() in GetCompiledCodeToInterpreterBridge() function
/arkcompiler/runtime_core/runtime/include/
Dmethod.h210 : GetCompiledCodeToInterpreterBridge(method), in Method()
391 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()
398 return entry_point != GetCompiledCodeToInterpreterBridge() && in HasCompiledCode()
/arkcompiler/runtime_core/runtime/entrypoints/
Dentrypoints.cpp109 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in IncrementHotnessCounter()
/arkcompiler/runtime_core/runtime/
Dclass_linker.cpp382 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()