Home
last modified time | relevance | path

Searched refs:GetVRegValue (Results 1 – 12 of 12) sorted by relevance

/ark/js_runtime/ecmascript/interpreter/
Dslow_runtime_helper.cpp90 JSTaggedValue value = frameHandler.GetVRegValue(i); in SaveFrameToContext()
139 JSTaggedValue value = frameHandler.GetVRegValue(baseArgLocation + i); in ConstructGeneric()
145 JSTaggedValue value = frameHandler.GetVRegValue(baseArgLocation + i); in ConstructGeneric()
226 JSTaggedValue value = frameHandler.GetVRegValue(baseArgLocation + i); in ConstructProxy()
Dframe_handler.h95 JSTaggedValue GetVRegValue(size_t index) const;
Dframe_handler.cpp90 JSTaggedValue InterpretedFrameHandler::GetVRegValue(size_t index) const in GetVRegValue() function in panda::ecmascript::InterpretedFrameHandler
Dslow_runtime_stub.cpp692 JSTaggedValue excludedKey = frameHandler.GetVRegValue(firstArgRegIdx); in CreateObjectWithExcludedKeys()
697 excludedKey = frameHandler.GetVRegValue(firstArgRegIdx + i); in CreateObjectWithExcludedKeys()
1883 argv->Set(thread, i, frameHandler.GetVRegValue(firstVRegIdx + i)); in SuperCall()
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_api.h59 static Local<JSValueRef> GetVRegValue(const EcmaVM *ecmaVm,
Ddebugger_api.cpp128 Local<JSValueRef> DebuggerApi::GetVRegValue(const EcmaVM *ecmaVm, in GetVRegValue() function in panda::ecmascript::tooling::DebuggerApi
131 auto value = frameHandler->GetVRegValue(index); in GetVRegValue()
Ddebugger_executor.cpp141 result = DebuggerApi::GetVRegValue(vm, frameHandler, index); in GetLocalValue()
/ark/runtime_core/runtime/tooling/
Ddebugger.cpp792 static uint64_t GetVRegValue(const Frame::VRegister &reg) in GetVRegValue() function
812 vregs_.push_back(GetVRegValue(interpreterFrame->GetVReg(i))); in PtDebugFrame()
816 args_.push_back(GetVRegValue(interpreterFrame->GetVReg(i + nregs))); in PtDebugFrame()
819 acc_ = GetVRegValue(interpreterFrame->GetAcc()); in PtDebugFrame()
/ark/js_runtime/ecmascript/ic/
Dinvoke_cache.cpp118 JSTaggedValue value = frameHandler.GetVRegValue(firstArgIdx + i); in Construct()
/ark/runtime_core/runtime/include/
Dstack_walker.h187 Frame::VRegister GetVRegValue(size_t vreg_num);
/ark/runtime_core/runtime/
Dstack_walker.cpp144 Frame::VRegister StackWalker::GetVRegValue(size_t vreg_num) in GetVRegValue() function in panda::StackWalker
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.cpp946 value = DebuggerApi::GetVRegValue(vm_, frameHandler, regIndex); in GetLocalVariables()