Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/
Dobject_set_field_ref_test.cpp43 ani_object box {}; in TEST_F() local
116 ani_object box {}; in TEST_F() local
129 ani_object box {}; in TEST_F() local
142 ani_object box {}; in TEST_F() local
155 ani_object box {}; in TEST_F() local
168 ani_object box {}; in TEST_F() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h56 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyString() local
82 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bc_inst->GetAddress())); in BuildCastToAnyNumber() local
/arkcompiler/ets_frontend/arkguard/test/grammar/interface_validation/
Dinterface_merge.ts27 let box: Box = {height: 5, width: 6, scale: 10}; variable
Dinterface_keyof.ts33 let box:Box2 = {key:'height'}; variable
/arkcompiler/ets_runtime/ecmascript/
Dglobal_dictionary-inl.h213 PropertyBox *box = dictHandle->GetBox(thread, entry); in InvalidatePropertyBox() local
229 PropertyBox *box = dictHandle->GetBox(thread, entry); in InvalidateAndReplaceEntry() local
Djs_thread.cpp1213 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
Djs_object.cpp532 PropertyBox *box = dictHandle->GetBox(thread, index); in DeletePropertyInternal() local
Dobject_factory.cpp3577 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime.cpp280 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local
406 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp136 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1554 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyString() local
1578 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyNumber() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h787 … auto box = factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole())); in RuntimeStGlobalRecord() local
811 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local
1759 PropertyBox *box = dict->GetBox(thread, entry); in RuntimeTryUpdateGlobalRecord() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2690 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
Dstub_builder-inl.h3765 GateRef box = GetBoxFromGlobalDictionary(glue, object, entry); in GetValueFromGlobalDictionary() local