Home
last modified time | relevance | path

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

/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/ic/
Dic_runtime.cpp236 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/
Dglobal_dictionary-inl.h212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local
228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
Djs_thread.cpp1117 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
Djs_object.cpp459 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal() local
Dobject_factory.cpp3315 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Dcall_ets.cpp118 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1525 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/
Druntime_stubs-inl.h760 … 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/
Dtyped_hcr_lowering.cpp2778 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
Dstub_builder-inl.h3232 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js111950 box: function(t) { method