Home
last modified time | relevance | path

Searched refs:profileHandle (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp1626 JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1631 if (profileHandle->IsUndefined()) { in DEF_RUNTIME_STUBS()
1637 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedLoadIC); in DEF_RUNTIME_STUBS()
1644 JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1651 if (profileHandle->IsUndefined()) { in DEF_RUNTIME_STUBS()
1657 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedGlobalTryLoadIC); in DEF_RUNTIME_STUBS()
1664 JSHandle<JSTaggedValue> profileHandle = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth parameter in DEF_RUNTIME_STUBS() local
1670 if (profileHandle->IsUndefined()) { in DEF_RUNTIME_STUBS()
1676 thread, JSHandle<ProfileTypeInfo>::Cast(profileHandle), slotId.GetInt(), ICKind::NamedStoreIC); in DEF_RUNTIME_STUBS()
2128 JSHandle<JSTaggedValue> profileHandle in DEF_RUNTIME_STUBS() local
[all...]

Completed in 8 milliseconds