Home
last modified time | relevance | path

Searched refs:storeVal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dweak_vector.cpp71 JSTaggedValue storeVal = GetStoreVal(value, type); in Append() local
72 vec->PushBack(thread, storeVal); in Append()
83 JSTaggedValue storeVal = GetStoreVal(value, type); in FillOrAppend() local
84 vec->PushBack(thread, storeVal); in FillOrAppend()
91 JSTaggedValue storeVal = GetStoreVal(value, type); in FillOrAppend() local
92 vec->Set(thread, holeIndex, storeVal); in FillOrAppend()
104 JSTaggedValue storeVal = GetStoreVal(value, type); in AppendToFullVec() local
105 [[maybe_unused]] uint32_t index = newVec->PushBack(thread, storeVal); in AppendToFullVec()
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
H A Dets_inst_builder.cpp176 Inst *storeVal = nullptr; in BuildStObjByName() local
177 storeVal = GetDefinitionAcc(); in BuildStObjByName()
181 intrinsic->AppendInput(storeVal); in BuildStObjByName()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h805 Inst *storeVal = nullptr; in BuildStoreObject() local
808 storeVal = GetDefinitionAcc(); in BuildStoreObject()
810 storeVal = GetDefinition(bcInst->GetVReg(0)); in BuildStoreObject()
817 storeField->SetInput(1, storeVal); in BuildStoreObject()

Completed in 5 milliseconds