Home
last modified time | relevance | path

Searched defs:SET_VREG (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h141 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
653 #undef SET_VREG macro
H A Dinterpreter_assembly.cpp182 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
7992 #undef SET_VREG macro
H A Dinterpreter-inl.cpp128 #define SET_VREG(idx, val) (sp[idx] = (val)); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
8043 #undef SET_VREG macro

Completed in 24 milliseconds