Home
last modified time | relevance | path

Searched defs:box (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A 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
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dlayouts.py23 from rich import box namespace
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
H A Dcall_ets.cpp118 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
/arkcompiler/ets_runtime/ecmascript/
H A Dglobal_dictionary-inl.h212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local
228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
H A Djs_thread.cpp1111 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
H A Djs_object.cpp459 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal() local
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_runtime.cpp235 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in LoadMiss() local
361 JSTaggedValue box = SlowRuntimeStub::LdGlobalRecord(thread_, key.GetTaggedValue()); in StoreMiss() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h1562 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyString() local
1586 auto box = graph_->CreateInstCastValueToAnyType(GetPc(bcInst->GetAddress()), anyType, input); in BuildCastToAnyNumber() local
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h785 auto box = factory->NewPropertyBox(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole())); in RuntimeStGlobalRecord() local
805 JSHandle<PropertyBox> box = factory->NewPropertyBox(value); in RuntimeStGlobalRecord() local
1703 PropertyBox *box = dict->GetBox(entry); in RuntimeTryUpdateGlobalRecord() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_hcr_lowering.cpp2781 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
H A Dstub_builder-inl.h3336 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local

Completed in 34 milliseconds