Searched refs:chc (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ts_types/ |
D | ts_manager.cpp | 1262 …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 …]
|
D | ts_manager.h | 916 JSHandle<JSTaggedValue> ihc, JSHandle<JSTaggedValue> chc); 931 …id TryGetIhcAndChc(GlobalTSTypeRef gt, JSHandle<JSTaggedValue> &ihc, JSHandle<JSTaggedValue> &chc);
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 850 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()
|