Home
last modified time | relevance | path

Searched defs:box (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h88 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString() local
115 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp158 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local
202 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_dictionary-inl.h158 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local
175 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
Dobject_factory.cpp2604 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h638 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local
1254 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h1971 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local