Searched defs:box (Results 1 - 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| H A 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 [all...] |
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/ |
| H A D | layouts.py | 23 from rich import box namespace
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/ |
| H A D | call_ets.cpp | 118 ArgValueBox &box = etsBoxedArgs[i]; in ConvertArgs() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | global_dictionary-inl.h | 212 PropertyBox *box = dictHandle->GetBox(entry); in InvalidatePropertyBox() local 228 PropertyBox *box = dictHandle->GetBox(entry); in InvalidateAndReplaceEntry() local
|
| H A D | js_thread.cpp | 1111 auto box = jsObject->GetGlobalPropertyBox(this, key); in InitializeBuiltinObject() local
|
| H A D | js_object.cpp | 459 PropertyBox* box = dictHandle->GetBox(index); in DeletePropertyInternal() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| H A D | ic_runtime.cpp | 235 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 D | inst_builder-inl.h | 1562 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 D | runtime_stubs-inl.h | 785 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 D | typed_hcr_lowering.cpp | 2781 GateRef box = builder_.LoadConstOffset(VariableType::JS_POINTER(), glue, boxOffset); in LowerLoadBuiltinObject() local
|
| H A D | stub_builder-inl.h | 3336 GateRef box = GetBoxFromGlobalDictionary(object, entry); in GetValueFromGlobalDictionary() local
|
Completed in 34 milliseconds