Searched defs:hirGate (Results 1 – 12 of 12) 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() 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 …]
|
| D | builtins_lowering.cpp | 180 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value) in ReplaceHirWithValue()
|
| D | mcr_circuit_builder.h | 659 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()
|
| D | ntype_hcr_lowering.cpp | 286 GateRef NTypeHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
|
| D | gate_accessor.cpp | 1276 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()
|
| D | circuit_builder.cpp | 501 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()
|
| D | slowpath_lowering.cpp | 197 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()
|
| D | mcr_circuit_builder.cpp | 748 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()
|
| D | typed_hcr_lowering.cpp | 856 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()
|
| D | native_inline_lowering.cpp | 1042 void NativeInlineLowering::ReplaceGateWithPendingException(GateRef hirGate, GateRef value) in ReplaceGateWithPendingException()
|
| D | typed_bytecode_lowering.cpp | 2954 void TypedBytecodeLowering::ReplaceHirWithCheckingAccessor(GateRef glue, GateRef hirGate, StateDepe… in ReplaceHirWithCheckingAccessor()
|
| D | stub_builder.cpp | 8780 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
|