Home
last modified time | relevance | path

Searched defs:currFrame (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_stacks.h120 void DestroyTopLocalScope(napi_env env, [[maybe_unused]] Frame *currFrame) in DestroyTopLocalScope()
130 void DestroyLocalScopeForTopFrame(napi_env env, Frame *currFrame) in DestroyLocalScopeForTopFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1534 extern "C" uint32_t FindCatchBlockInIFramesStackless(ManagedThread **currThread, Frame **currFrame,… in FindCatchBlockInIFramesStackless()
1577 extern "C" const uint8_t *FindCatchBlockInIFrames(ManagedThread *currThread, Frame *currFrame, cons… in FindCatchBlockInIFrames()