Home
last modified time | relevance | path

Searched defs:hirGate (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dhcr_circuit_builder.cpp22 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()
235 GateRef hirGate, const char* comment) in CallRuntime()
266 GateRef hirGate, const char* comment) in CallNGCRuntime()
322 GateRef hirGate) in FastCallOptimized()
340 GateRef hirGate) in CallOptimized()
366 GateRef CircuitBuilder::CallPrivateGetter(GateRef hirGate, GateRef receiver, GateRef accessor, cons… in CallPrivateGetter()
389 GateRef hirGate, GateRef receiver, GateRef accessor, GateRef value, const char* comment) in CallPrivateSetter()
[all …]
Dbuiltins_lowering.cpp180 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value) in ReplaceHirWithValue()
Dmcr_circuit_builder.h659 inline GateRef CircuitBuilder::TypedCallBuiltin(GateRef hirGate, const std::vector<GateRef> &args, in TypedCallBuiltin()
677 inline GateRef CircuitBuilder::CallNewBuiltin(GateRef hirGate, std::vector<GateRef> &args) in CallNewBuiltin()
Dntype_hcr_lowering.cpp286 GateRef NTypeHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
Dgate_accessor.cpp1276 void GateAccessor::ReplaceHirWithIfBranch(GateRef hirGate, StateDepend success, in ReplaceHirWithIfBranch()
1317 void GateAccessor::ReplaceHirDirectly(GateRef hirGate, in ReplaceHirDirectly()
1338 void GateAccessor::ReplaceHirAndReplaceDeadIfException(GateRef hirGate, in ReplaceHirAndReplaceDeadIfException()
Dcircuit_builder.cpp501 void CircuitBuilder::AppendFrameState(std::vector<GateRef> &args, GateRef hirGate) in AppendFrameState()
957 GateRef CircuitBuilder::GetObjectByIndexFromConstPool(GateRef glue, GateRef hirGate, GateRef frameS… in GetObjectByIndexFromConstPool()
969 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef sharedConstPo… in GetObjectFromConstPool()
Dslowpath_lowering.cpp197 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall()
212 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException()
240 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value) in ReplaceHirWithValue()
271 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall()
1354 void SlowPathLowering::LowerExceptionHandler(GateRef hirGate) in LowerExceptionHandler()
Dmcr_circuit_builder.cpp748 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator()
1175 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall()
1194 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
Dtyped_hcr_lowering.cpp856 GateRef TypedHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
1940 void TypedHCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state,… in ReplaceHirWithPendingException()
Dnative_inline_lowering.cpp1042 void NativeInlineLowering::ReplaceGateWithPendingException(GateRef hirGate, GateRef value) in ReplaceGateWithPendingException()
Dtyped_bytecode_lowering.cpp2954 void TypedBytecodeLowering::ReplaceHirWithCheckingAccessor(GateRef glue, GateRef hirGate, StateDepe… in ReplaceHirWithCheckingAccessor()
Dstub_builder.cpp8780 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local
8788 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local
8795 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local
8803 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local