Home
last modified time | relevance | path

Searched refs:SetVregValue (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h60 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val);
H A Dbaseline_stub_builder.h285 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs-inl.h312 void BaselineStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h112 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val);
H A Dinterpreter_stub-inl.h30 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() function in panda::ecmascript::kungfu::InterpreterStubBuilder
H A Dinterpreter_stub.cpp950 SetVregValue(glue, sp, ZExtInt8ToPtr(vdst), acc); in DECLARE_ASM_HANDLER()
2405 SetVregValue(glue, sp, vdst, value); in DECLARE_ASM_HANDLER()
2414 SetVregValue(glue, sp, vdst, value); in DECLARE_ASM_HANDLER()
2423 SetVregValue(glue, sp, vdst, value); in DECLARE_ASM_HANDLER()

Completed in 18 milliseconds