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.h118 void DestroyTopLocalScope(napi_env env, [[maybe_unused]] Frame *currFrame) in DestroyTopLocalScope()
128 void DestroyLocalScopeForTopFrame(napi_env env, Frame *currFrame) in DestroyLocalScopeForTopFrame()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp1494 extern "C" uint32_t FindCatchBlockInIFramesStackless(ManagedThread **currThread, Frame **currFrame,… in FindCatchBlockInIFramesStackless()
1537 extern "C" const uint8_t *FindCatchBlockInIFrames(ManagedThread *currThread, Frame *currFrame, cons… in FindCatchBlockInIFrames()