Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h133 #define SAVE_ACC() (GET_FRAME(sp)->acc = acc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
626 #undef SAVE_ACC macro
H A Dinterpreter_assembly.cpp75 #define SAVE_ACC() (GET_ASM_FRAME(sp)->acc = acc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
7985 #undef SAVE_ACC global() macro
[all...]
H A Dinterpreter-inl.cpp120 #define SAVE_ACC() (GET_FRAME(sp)->acc = acc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
8016 #undef SAVE_ACC global() macro
[all...]

Completed in 14 milliseconds