Searched defs:hirGate (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | hcr_circuit_builder.cpp | 24 GateRef hirGate) in NoLabelCallRuntime() 57 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub() 116 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() 218 GateRef hirGate, const char* comment) in CallRuntime() 249 GateRef hirGate, const char* comment) in CallNGCRuntime() 305 GateRef hirGate) in FastCallOptimized() 323 GateRef hirGate) in CallOptimized() 349 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter() 372 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter() 394 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallGetter() [all …]
|
| D | builtins_lowering.cpp | 174 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue()
|
| D | ntype_hcr_lowering.cpp | 270 GateRef NTypeHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
|
| D | circuit_builder.cpp | 463 void CircuitBuilder::AppendFrameArgs(std::vector<GateRef> &args, GateRef hirGate) in AppendFrameArgs() 777 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool() 789 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
|
| D | slowpath_lowering.cpp | 142 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall() 156 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException() 184 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() 214 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall() 1254 void SlowPathLowering::LowerExceptionHandler(GateRef hirGate) in LowerExceptionHandler()
|
| D | gate_accessor.cpp | 1208 void GateAccessor::ReplaceHirWithIfBranch(GateRef hirGate, StateDepend success, in ReplaceHirWithIfBranch() 1249 void GateAccessor::ReplaceHirDirectly(GateRef hirGate, in ReplaceHirDirectly() 1270 void GateAccessor::ReplaceHirAndDeleteIfException(GateRef hirGate, in ReplaceHirAndDeleteIfException()
|
| D | mcr_circuit_builder.h | 529 inline GateRef CircuitBuilder::TypedCallBuiltin(GateRef hirGate, const std::vector<GateRef> &args, in TypedCallBuiltin()
|
| D | mcr_circuit_builder.cpp | 629 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() 1008 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() 1027 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
|
| D | native_inline_lowering.cpp | 1042 void NativeInlineLowering::ReplaceGateWithPendingException(GateRef hirGate, GateRef value) in ReplaceGateWithPendingException()
|
| D | typed_hcr_lowering.cpp | 715 GateRef TypedHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime() 1678 void TypedHCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state,… in ReplaceHirWithPendingException()
|
| D | stub_builder.cpp | 7724 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local 7732 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local 7739 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local 7747 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local
|