Searched refs:SetVregValue (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.h | 60 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val);
|
H A D | baseline_stub_builder.h | 285 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
H A D | baseline_stubs-inl.h | 312 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 D | interpreter_stub.h | 112 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val);
|
H A D | interpreter_stub-inl.h | 30 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() function in panda::ecmascript::kungfu::InterpreterStubBuilder
|
H A D | interpreter_stub.cpp | 950 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