Searched refs:SlowPathLowering (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | slowpath_lowering.cpp | 46 void SlowPathLowering::CallRuntimeLowering() in CallRuntimeLowering() 119 void SlowPathLowering::LowerGetEnv(GateRef gate) in LowerGetEnv() 128 void SlowPathLowering::DeleteLoopExit(GateRef gate) in DeleteLoopExit() 134 void SlowPathLowering::DeleteLoopExitValue(GateRef gate) in DeleteLoopExitValue() 141 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall() 155 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException() 183 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() 213 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall() 229 void SlowPathLowering::Lower(GateRef gate) in Lower() 808 void SlowPathLowering [all...] |
H A D | slowpath_lowering.h | 112 class SlowPathLowering { class 114 SlowPathLowering(Circuit *circuit, CompilationConfig *cmpCfg, in SlowPathLowering() function in panda::ecmascript::kungfu::SlowPathLowering 126 ~SlowPathLowering() = default;
|
H A D | pass.h | 533 SlowPathLowering lowering(data->GetCircuit(), data->GetCompilerConfig(), data->GetPassContext(), in Run()
|
H A D | circuit_builder.h | 44 class SlowPathLowering; 958 friend SlowPathLowering;
|
Completed in 9 milliseconds