| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/object_ops/ |
| D | object_set_field_ref_test.cpp | 43 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/ |
| D | inst_builder-inl.h | 56 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/ |
| D | interface_merge.ts | 27 let box: Box = {height: 5, width: 6, scale: 10}; variable
|
| D | interface_keyof.ts | 33 let box:Box2 = {key:'height'}; variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_dictionary-inl.h | 213 PropertyBox *box = dictHandle->GetBox(thread, entry); in InvalidatePropertyBox() local 229 PropertyBox *box = dictHandle->GetBox(thread, entry); in InvalidateAndReplaceEntry() local
|
| D | js_thread.cpp | 1213 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
|
| D | js_object.cpp | 532 PropertyBox *box = dictHandle->GetBox(thread, index); in DeletePropertyInternal() local
|
| D | object_factory.cpp | 3577 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime.cpp | 280 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/ |
| D | call_ets.cpp | 136 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 1554 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/ |
| D | runtime_stubs-inl.h | 787 … 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/ |
| D | typed_hcr_lowering.cpp | 2690 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
|
| D | stub_builder-inl.h | 3765 GateRef box = GetBoxFromGlobalDictionary(glue, object, entry); in GetValueFromGlobalDictionary() local
|