Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h137 #define GET_VREG(idx) (sp[idx]) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
651 #undef GET_VREG macro
H A Dinterpreter_assembly.cpp178 #define GET_VREG(idx) (sp[idx]) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
7990 #undef GET_VREG global() macro
[all...]
H A Dinterpreter-inl.cpp124 #define GET_VREG(idx) (sp[idx]) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
8041 #undef GET_VREG global() macro
[all...]

Completed in 16 milliseconds