Home
last modified time | relevance | path

Searched refs:CheckExceptionWithJump (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stubs.h40 inline void CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump);
H A Dbaseline_stub_builder.h79 void CheckExceptionWithJump(GateRef acc, GateRef res, Label *jump) in CheckExceptionWithJump() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs-inl.h88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc, Label *jump) in CheckExceptionWithJump() function in panda::ecmascript::kungfu::BaselineStubBuilder
H A Dbaseline_stubs.cpp100 CheckExceptionWithJump(glue, sp, res, acc, jump)
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h186 inline void CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
H A Dinterpreter_stub-inl.h787 void InterpreterStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithJump() function in panda::ecmascript::kungfu::InterpreterStubBuilder
H A Dinterpreter_stub.cpp179 CheckExceptionWithJump(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter, \

Completed in 42 milliseconds