Searched defs:box (Results 1 – 14 of 14) sorted by relevance
| /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/ic/ |
| D | ic_runtime.cpp | 236 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local 362 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | global_dictionary-inl.h | 212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local 228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
|
| D | js_thread.cpp | 1117 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
|
| D | js_object.cpp | 459 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal() local
|
| D | object_factory.cpp | 3315 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| D | call_ets.cpp | 118 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 1525 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyString() local 1549 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyNumber() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs-inl.h | 760 … auto box = factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole())); in RuntimeStGlobalRecord() local 780 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local 1680 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 2778 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
|
| D | stub_builder-inl.h | 3232 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 111950 box: function(t) { method
|