Home
last modified time | relevance | path

Searched defs:chc (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_snapshot/
Dsnapshot_constantpool_data.cpp128 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc) in CollectLiteralInfo()
207 …BaseSnapshotInfo::CheckAOTChcPropertiesForRep(JSThread *thread, const JSHandle<JSTaggedValue> &chc, in CheckAOTChcPropertiesForRep()
302 JSHandle<JSTaggedValue> chc = undefinedHandle; in StoreDataToGlobalData() local
350 JSHandle<JSTaggedValue> chc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
380 JSHandle<JSTaggedValue> chc = thread_->GlobalConstants()->GetHandledUndefined(); in StoreDataToGlobalData() local
/arkcompiler/ets_runtime/ecmascript/
Djs_array.cpp185 JSHClass *chc = JSObject::Cast(taggedCtor)->GetJSHClass(); in ArraySpeciesCreate() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h926 const JSHandle<JSTaggedValue> &chc, in ShouldUseAOTHClass()
945 const JSHandle<JSTaggedValue> &chc, in DefineInterfaceTypeOwnProperty()
966 const JSHandle<JSTaggedValue> &chc, in EntranceForDefineClass()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler.cpp61 auto chc = ctorFunc->GetClass(); in ProfileDefineClass() local