Home
last modified time | relevance | path

Searched defs:box (Results 1 – 15 of 15) 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.cpp235 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local
325 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.cpp821 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
Djs_object.cpp406 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal() local
Dobject_factory.cpp3048 JSHandle<PropertyBox> box(thread_, header); in NewPropertyBox() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h1527 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyString() local
1551 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyNumber() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_value_call.cpp302 ArgValueBox &box = etsBoxedArgs[i]; in EtsCallImpl() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h721 … auto box = factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole())); in RuntimeStGlobalRecord() local
741 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local
1524 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1907 … Type *box = GetGlobalTypesHolder()->GlobalBoxBuiltinType()->Instantiate(allocator, Relation(), in MaybeBoxedType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2503 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
Dstub_builder-inl.h2676 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js111950 box: function(t) { method