Home
last modified time | relevance | path

Searched refs:GetJumpSizeAfterCall (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dinterpreter.h61 static size_t GetJumpSizeAfterCall(const uint8_t *prevPc);
H A Dinterpreter_assembly.h43 static inline size_t GetJumpSizeAfterCall(const uint8_t *prevPc);
H A Dinterpreter-inl.h164 size_t jumpSize = GetJumpSizeAfterCall(pc); \
H A Dinterpreter_assembly.cpp93 ASSERT(prevState->callSize == GetJumpSizeAfterCall(pc)); \
1818 ASSERT(prevState->callSize == GetJumpSizeAfterCall(pc));
2781 size_t jumpSize = GetJumpSizeAfterCall(pc);
4489 size_t jumpSize = GetJumpSizeAfterCall(pc);
7960 inline size_t InterpreterAssembly::GetJumpSizeAfterCall(const uint8_t *prevPc)
H A Dinterpreter-inl.cpp151 size_t jumpSize = GetJumpSizeAfterCall(pc); \
7887 size_t EcmaInterpreter::GetJumpSizeAfterCall(const uint8_t *prevPc) in GetJumpSizeAfterCall() function in panda::ecmascript::EcmaInterpreter

Completed in 24 milliseconds