Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/bridge/
Dbridge.h41 PANDA_PUBLIC_API const void *GetCompiledCodeToInterpreterBridge(const Method *method);
43 PANDA_PUBLIC_API const void *GetCompiledCodeToInterpreterBridge();
Dbridge.cpp28 const void *GetCompiledCodeToInterpreterBridge(const Method *method) in GetCompiledCodeToInterpreterBridge() function
45 const void *GetCompiledCodeToInterpreterBridge() in GetCompiledCodeToInterpreterBridge() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dmethod.h199 : GetCompiledCodeToInterpreterBridge(method), in Method()
395 SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(this)); in SetInterpreterEntryPoint()
402 return entryPoint != GetCompiledCodeToInterpreterBridge() && in HasCompiledCode()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1399 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounter()
1408 return method->GetCompiledEntryPoint() != GetCompiledCodeToInterpreterBridge(method); in DecrementHotnessCounterDyn()
/arkcompiler/runtime_core/static_core/runtime/
Dclass_linker.cpp435 method->SetCompiledEntryPoint(GetCompiledCodeToInterpreterBridge(method)); in LoadMethod()