Home
last modified time | relevance | path

Searched defs:PushLocalFrame (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/refstorage/
Dreference_storage.cpp229 bool ReferenceStorage::PushLocalFrame(uint32_t capacity) in PushLocalFrame() function in ark::mem::ReferenceStorage
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/napi/
Dets_napi.h198 ets_int (*PushLocalFrame)(EtsEnv *env, ets_int capacity); member
571 ets_int PushLocalFrame(ets_int capacity) in PushLocalFrame() function
Dets_napi_native_interface.cpp598 NO_UB_SANITIZE static ets_int PushLocalFrame(EtsEnv *env, ets_int capacity) in PushLocalFrame() function