Searched refs:CheckExceptionWithVar (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.h | 37 inline void CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc);
|
H A D | baseline_stub_builder.h | 44 void CheckExceptionWithVar(GateRef acc, GateRef res) in CheckExceptionWithVar() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
H A D | baseline_stubs-inl.h | 33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc)
in CheckExceptionWithVar() function in panda::ecmascript::kungfu::BaselineStubBuilder
|
H A D | baseline_stubs.cpp | 106 CheckExceptionWithVar(glue, sp, res, acc) 109 CheckExceptionWithVar(glue, sp, res, *varAcc)
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub.h | 189 inline void CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool,
|
H A D | interpreter_stub-inl.h | 767 void InterpreterStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in CheckExceptionWithVar() function in panda::ecmascript::kungfu::InterpreterStubBuilder
|
H A D | interpreter_stub.cpp | 183 CheckExceptionWithVar(glue, sp, pc, constpool, profileTypeInfo, acc, hotnessCounter, \
187 CheckExceptionWithVar(glue, sp, pc, constpool, profileTypeInfo, *varAcc, hotnessCounter, \
|
Completed in 27 milliseconds