Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h139 #define GET_VREG_VALUE(idx) (JSTaggedValue(sp[idx])) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
652 #undef GET_VREG_VALUE macro
H A Dinterpreter_assembly.cpp180 #define GET_VREG_VALUE(idx) (JSTaggedValue(sp[idx])) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
7991 #undef GET_VREG_VALUE global() macro
[all...]
H A Dinterpreter-inl.cpp126 #define GET_VREG_VALUE(idx) (JSTaggedValue(sp[idx])) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
8042 #undef GET_VREG_VALUE global() macro
[all...]

Completed in 15 milliseconds