Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter-inl.cpp118 #define SAVE_PC() (GET_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
144 SAVE_PC(); \
171 SAVE_PC(); \
224 SAVE_PC(); \
246 SAVE_PC(); \
266 SAVE_PC(); \
1423 SAVE_PC(); in RunInternal()
1471 SAVE_PC(); in RunInternal()
1501 SAVE_PC(); in RunInternal()
1518 SAVE_PC(); in RunInternal()
8015 #undef SAVE_PC global() macro
[all...]
H A Dinterpreter_assembly.cpp55 SAVE_PC(); \
73 #define SAVE_PC() (GET_ASM_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
82 SAVE_PC(); \
666 SAVE_PC(); in HandleGetunmappedargs()
678 SAVE_PC(); in HandleAsyncfunctionenter()
696 SAVE_PC(); in HandleTonumberImm8()
720 SAVE_PC(); in HandleNegImm8()
744 SAVE_PC(); in HandleNotImm8()
771 SAVE_PC(); in HandleIncImm8()
798 SAVE_PC(); in HandleDecImm8()
7984 #undef SAVE_PC global() macro
[all...]
H A Dinterpreter-inl.h131 #define SAVE_PC() (GET_FRAME(sp)->pc = pc) // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) macro
157 SAVE_PC(); \
184 SAVE_PC(); \
237 SAVE_PC(); \
259 SAVE_PC(); \
279 SAVE_PC(); \
625 #undef SAVE_PC macro

Completed in 12 milliseconds