Home
last modified time | relevance | path

Searched refs:chc (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1262 …er::TryGetIhcAndChc(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> &ihc, JSHandle<JSTaggedValue> &chc) in TryGetIhcAndChc() argument
1275 chc = JSHandle<JSTaggedValue>(thread_, JSTaggedValue(chcData.GetIHC())); in TryGetIhcAndChc()
1327 JSHandle<JSTaggedValue> chc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1331 TryGetIhcAndChc(gt, ihc, chc); in FillSnapshotConstantPoolList()
1332 CollectLiteralInfo(arrayHandle, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
1352 JSHandle<JSTaggedValue> chc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1356 TryGetIhcAndChc(gt, ihc, chc); in FillSnapshotConstantPoolList()
1357 CollectLiteralInfo(properties, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
1375 JSHandle<JSTaggedValue> chc = thread_->GlobalConstants()->GetHandledUndefined(); in FillSnapshotConstantPoolList() local
1376 CollectLiteralInfo(literal, data.index, newCP, bcInfoCollector, ihc, chc); in FillSnapshotConstantPoolList()
[all …]
Dts_manager.h916 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc);
931 …id TryGetIhcAndChc(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> &ihc, JSHandle<JSTaggedValue> &chc);
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h850 JSMutableHandle<JSTaggedValue> chc(thread, JSTaggedValue::Undefined()); in RuntimeCreateClassWithBuffer()
856 chc.Update(aotLiteralInfo->GetChc()); in RuntimeCreateClassWithBuffer()
864 if ((ihc->IsUndefined() && chc->IsUndefined()) || in RuntimeCreateClassWithBuffer()
870 JSHandle<JSHClass> chclass(chc); in RuntimeCreateClassWithBuffer()