Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.h131 #define SAVE_PC() (GET_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
625 #undef SAVE_PC macro
H A Dinterpreter_assembly.cpp73 #define SAVE_PC() (GET_ASM_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
7984 #undef SAVE_PC global() macro
[all...]
H A Dinterpreter-inl.cpp118 #define SAVE_PC() (GET_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
8015 #undef SAVE_PC global() macro
[all...]

Completed in 12 milliseconds