Searched defs:hirGate (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 22 GateRef hirGate) in NoLabelCallRuntime() 55 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub() 74 GateRef CircuitBuilder::CallCommonStub(GateRef glue, GateRef hirGate, int index, const std::vector<… in CallCommonStub() 132 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() 239 GateRef hirGate, const char* comment) in CallRuntime() 270 GateRef hirGate, const char* comment) in CallNGCRuntime() 326 GateRef hirGate) in FastCallOptimized() 344 GateRef hirGate) in CallOptimized() 370 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter() 393 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter() [all …]
|
| D | builtins_lowering.cpp | 181 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value) in ReplaceHirWithValue()
|
| D | ntype_hcr_lowering.cpp | 271 GateRef NTypeHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
|
| D | circuit_builder.cpp | 474 void CircuitBuilder::AppendFrameArgs(std::vector<GateRef> &args, GateRef hirGate) in AppendFrameArgs() 844 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool() 856 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
|
| D | slowpath_lowering.cpp | 138 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall() 152 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException() 180 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() 210 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall() 1245 void SlowPathLowering::LowerExceptionHandler(GateRef hirGate) in LowerExceptionHandler()
|
| D | gate_accessor.cpp | 1254 void GateAccessor::ReplaceHirWithIfBranch(GateRef hirGate, StateDepend success, in ReplaceHirWithIfBranch() 1295 void GateAccessor::ReplaceHirDirectly(GateRef hirGate, in ReplaceHirDirectly() 1316 void GateAccessor::ReplaceHirAndDeleteIfException(GateRef hirGate, in ReplaceHirAndDeleteIfException()
|
| D | mcr_circuit_builder.h | 584 inline GateRef CircuitBuilder::TypedCallBuiltin(GateRef hirGate, const std::vector<GateRef> &args, in TypedCallBuiltin()
|
| D | mcr_circuit_builder.cpp | 653 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() 1037 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() 1056 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
|
| D | typed_hcr_lowering.cpp | 729 GateRef TypedHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime() 1742 void TypedHCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state,… in ReplaceHirWithPendingException()
|
| D | native_inline_lowering.cpp | 1046 void NativeInlineLowering::ReplaceGateWithPendingException(GateRef hirGate, GateRef value) in ReplaceGateWithPendingException()
|
| D | stub_builder.cpp | 8150 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local 8158 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local 8165 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local 8173 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local
|