Home
last modified time | relevance | path

Searched refs:SetReference (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DstructLowering.cpp49 identRef->AsIdentifier()->SetReference(); in CreateStructTypeReference()
63 identSelfRef->AsIdentifier()->SetReference(); in CreateStructTypeReference()
74 identRef->AsIdentifier()->SetReference(); in CreateStructTypeReference()
DpromiseVoid.cpp70 voidId->SetReference(); in CreatePromiseVoidType()
80 promiseId->SetReference(); in CreatePromiseVoidType()
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp43 param->AsIdentifier()->SetReference(); in AddCommonjsParams()
56 thisValue->AsIdentifier()->SetReference(); in AddReflectApplyArgs()
62 arg->AsIdentifier()->SetReference(); in AddReflectApplyArgs()
DexpressionParser.cpp1032 identNode->SetReference(); in ParsePrimaryExpression()
1441 property->AsIdentifier()->SetReference(); in ParseOptionalMemberExpression()
1908 returnNode->AsIdentifier()->SetReference(); in ParsePatternElement()
2035 value->AsIdentifier()->SetReference(); in ParseShorthandProperty()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp71 frameHandler.GetVReg(0).SetReference(nullptr); in TEST_F()
92 frameHandler.GetVReg(0).SetReference(ptr); in TEST_F()
Dinterpreter_test.cpp230 frameHandler.GetVReg(V4_MAX - 5U).SetReference(obj1); in TEST_F()
231 frameHandler.GetVReg(V8_MAX - 5U).SetReference(obj2); in TEST_F()
232 frameHandler.GetVReg(V16_MAX - 5U).SetReference(obj3); in TEST_F()
332 frameHandler.GetVReg(8U).SetReference(obj); in TEST_F()
1074 frameHandler.GetVReg(4U).SetReference(storeValue); in TestArray()
1580 frameHandler.GetVReg(0).SetReference(obj); in TestLoadStoreField()
1756 frameHandler.GetVReg(0).SetReference(obj); in TestLoadStoreObjectField()
1763 frameHandler.GetVReg(2U).SetReference(refValue); in TestLoadStoreObjectField()
1856 f->GetAccAsVReg().SetReference(obj); in TEST_F()
1935 f->GetAccAsVReg().SetReference(nullptr); in TEST_F()
[all …]
Ddebugger_test.cpp138 frameHandler.GetVReg(i).SetReference(ToPtr(regs[i].value)); in TEST_F()
172 frame->GetAccAsVReg().SetReference(ToPtr(acc.value)); in TEST_F()
Di2c_bridge_test.cpp180 frameHandler.GetAccAsVReg().SetReference(obj1); in TEST_F()
182 frameHandler.GetVReg(0).SetReference(obj2); in TEST_F()
519 frameHandler.GetVReg(0).SetReference(obj); in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/interpreter/
Dvregister.h284 ALWAYS_INLINE inline void SetReference(ObjectHeader *obj) in SetReference() function
286 static_cast<T *>(this)->SetReference(obj); in SetReference()
475 ALWAYS_INLINE inline void SetReference(ObjectHeader *obj) in SetReference() function
561 ALWAYS_INLINE inline void SetReference(ObjectHeader *obj) in SetReference() function
Dacc_vregister-inl.h187 ALWAYS_INLINE inline void SetReference(ObjectHeader *obj) in SetReference() function
Dinterpreter-inl.h221 this->GetFrameHandler().GetVReg(vd).SetReference(nullptr); in HandleMovNull()
248 this->GetAccAsVReg().SetReference(this->GetFrame()->GetVReg(vs).GetReference()); in HandleLdaObj()
328 this->GetAccAsVReg().SetReference(type->GetManagedObject()); in HandleLdaType()
339 this->GetAccAsVReg().SetReference(nullptr); in HandleLdaNull()
366 this->GetFrameHandler().GetVReg(vd).SetReference(this->GetAcc().GetReference()); in HandleStaObj()
1727 this->GetAccAsVReg().SetReference( in HandleLdarrObj()
1826 this->GetFrameHandler().GetVReg(vd).SetReference(array); in HandleLdaConst()
1851 this->GetFrameHandler().GetVReg(vd).SetReference(array); in HandleNewarr()
1877 this->GetFrameHandler().GetVReg(vd).SetReference(obj); in HandleNewobj()
1993 this->GetAccAsVReg().SetReference( in HandleLdobjObj()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
Didentifier.h99 void SetReference() in DEFINE_BITOPS()
/arkcompiler/ets_runtime/ecmascript/
Decma_global_storage.h174 void SetReference(void *ref) in SetReference() function
281 reinterpret_cast<WeakNode *>(node)->SetReference(nullptr); in FreeNode()
456 node->SetReference(ref);
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_entrypoints.cpp120 frame->GetAccAsVReg().SetReference(promiseHandle.GetPtr()); in LaunchFromInterpreterImpl()
Dets_language_context.h256 vreg.AsVRegRef().SetReference(obj); in SetExceptionToVReg()
/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp82 frame->GetAccAsVReg().SetReference(str); in HandleLdaStr()
Dstack_walker.cpp327 vreg.SetReference(value); in SetVRegValue()
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
Didentifier.h110 void SetReference(bool const isReference = true) noexcept in DEFINE_BITOPS()
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.h218 vreg.AsVRegRef().SetReference(obj); in SetExceptionToVReg()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interpreter/
Dinterpreter-inl.h294 this->GetAccAsVReg().SetReference( in HandleEtsLdobjNameObj()
451 this->GetAccAsVReg().SetReference(GetCoro()->GetUndefinedObject()); in HandleEtsLdundefined()
461 this->GetFrameHandler().GetVReg(vd).SetReference(GetCoro()->GetUndefinedObject()); in HandleEtsMovundefined()
552 this->GetAccAsVReg().SetReference(promiseHandle.GetPtr()); in HandleLaunch()
/arkcompiler/runtime_core/static_core/runtime/include/
Dcframe.h179 reg.SetReference(reinterpret_cast<ObjectHeader *>(static_cast<ObjectPointerType>(val))); in GetVRegValue()
Dmethod-inl.h62 … staticFrameHelper.GetVReg(numVregs + i).SetReference(argsSpan[i].GetAs<ObjectHeader *>()); in InitActualArgs()
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp813 identNode->SetReference(); in ParsePrimaryExpressionIdent()
1022 privateIdent->SetReference(); in ParsePrimaryExpression()
1338 identNode->SetReference(); in ParseOptionalChain()
1470 privateIdent->SetReference(); in ParsePrivatePropertyAccess()
1655 returnNode->AsIdentifier()->SetReference(); in ParsePatternElement()
1778 value->AsIdentifier()->SetReference(); in ParseShorthandProperty()
DTSparser.cpp349 returnNode->AsIdentifier()->SetReference(); in ParsePatternElement()
885 typeName->AsIdentifier()->SetReference(); in ParseTypeReferenceOrQuery()
1338 identRef->SetReference(); in ParseConstExpression()
1749 identNode->SetReference(); in ParsePrimaryExpressionIdent()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp872 vreg.SetReference(reinterpret_cast<ObjectHeader *>(addr)); in UpdateRefsInVRegs()

12