Searched defs:hirGate (Results 1 – 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | hcr_circuit_builder.cpp | 23 GateRef hirGate) in NoLabelCallRuntime() 56 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub() 114 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call() 212 GateRef hirGate, const char* comment) in CallRuntime() 243 GateRef hirGate, const char* comment) in CallNGCRuntime() 299 GateRef hirGate) in FastCallOptimized() 317 GateRef hirGate) in CallOptimized() 343 GateRef CircuitBuilder::CallGetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallGetter() 366 GateRef CircuitBuilder::CallSetter(GateRef hirGate, GateRef receiver, GateRef holder, GateRef prope… in CallSetter() 389 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct()
|
D | native_inline_lowering.cpp | 226 GateRef NativeInlineLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, in LowerCallRuntime()
|
D | circuit_builder.cpp | 425 void CircuitBuilder::AppendFrameArgs(std::vector<GateRef> &args, GateRef hirGate) in AppendFrameArgs() 553 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef jsFunc, GateR… in GetObjectFromConstPool() 726 GateRef CircuitBuilder::GetObjectFromConstPool(GateRef glue, GateRef hirGate, GateRef constPool, Ga… in GetObjectFromConstPool()
|
D | builtins_lowering.cpp | 221 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue()
|
D | ntype_hcr_lowering.cpp | 198 GateRef NTypeHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
|
D | slowpath_lowering.cpp | 124 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall() 138 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException() 166 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue() 196 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall() 1198 void SlowPathLowering::LowerExceptionHandler(GateRef hirGate) in LowerExceptionHandler()
|
D | mcr_circuit_builder.cpp | 525 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::vector<Gate… in TypedCallOperator() 832 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall() 851 GateRef CircuitBuilder::TypedFastCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedFastCall()
|
D | gate_accessor.cpp | 1151 void GateAccessor::ReplaceHirWithIfBranch(GateRef hirGate, StateDepend success, in ReplaceHirWithIfBranch() 1192 void GateAccessor::ReplaceHirDirectly(GateRef hirGate, in ReplaceHirDirectly() 1213 void GateAccessor::ReplaceHirAndDeleteIfException(GateRef hirGate, in ReplaceHirAndDeleteIfException()
|
D | mcr_circuit_builder.h | 505 inline GateRef CircuitBuilder::TypedCallBuiltin(GateRef hirGate, const std::vector<GateRef> &args, in TypedCallBuiltin()
|
D | typed_hcr_lowering.cpp | 647 GateRef TypedHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime() 1643 void TypedHCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state,… in ReplaceHirWithPendingException()
|
D | stub_builder.cpp | 5933 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local 5939 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local 5945 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local 5952 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local
|