Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp574 GateRef CircuitBuilder::TypedCallOperator(GateRef hirGate, MachineType type, const std::initializer… in TypedCallOperator()
857 GateRef hirGate, const char* comment) in CallRuntime()
888 GateRef hirGate, const char* comment) in CallNGCRuntime()
944 GateRef hirGate) in FastCallOptimized()
962 GateRef hirGate) in CallOptimized()
979 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub()
1019 const std::vector<GateRef> &args, GateRef hirGate, const char* comment) in Call()
1079 GateRef hirGate) in NoLabelCallRuntime()
1227 GateRef CircuitBuilder::Construct(GateRef hirGate, std::vector<GateRef> args) in Construct()
1245 GateRef CircuitBuilder::TypedCall(GateRef hirGate, std::vector<GateRef> args, bool isNoGC) in TypedCall()
[all …]
Dntype_mcr_lowering.cpp176 GateRef NTypeMCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
Dbuiltins_lowering.cpp197 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue()
Dgate_accessor.cpp792 void GateAccessor::ReplaceHirWithIfBranch(GateRef hirGate, StateDepend success, in ReplaceHirWithIfBranch()
833 void GateAccessor::ReplaceHirDirectly(GateRef hirGate, in ReplaceHirDirectly()
854 void GateAccessor::ReplaceHirAndDeleteIfException(GateRef hirGate, in ReplaceHirAndDeleteIfException()
Dslowpath_lowering.cpp116 void SlowPathLowering::LowerToJSCall(GateRef hirGate, const std::vector<GateRef> &args, in LowerToJSCall()
130 void SlowPathLowering::ReplaceHirWithPendingException(GateRef hirGate, in ReplaceHirWithPendingException()
158 void SlowPathLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue()
188 void SlowPathLowering::ReplaceHirToThrowCall(GateRef hirGate, GateRef value) in ReplaceHirToThrowCall()
1140 void SlowPathLowering::LowerExceptionHandler(GateRef hirGate) in LowerExceptionHandler()
Dtype_mcr_lowering.cpp459 GateRef TypeMCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vect… in LowerCallRuntime()
1254 void TypeMCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state, … in ReplaceHirWithPendingException()
Dcircuit_builder-inl.h1186 inline GateRef CircuitBuilder::TypedCallBuiltin(GateRef hirGate, GateRef x, BuiltinsStubCSigns::ID … in TypedCallBuiltin()
1198 inline GateRef CircuitBuilder::TypedCallThis3Builtin(GateRef hirGate, GateRef thisObj, GateRef a0, … in TypedCallThis3Builtin()
Dstub_builder.cpp4839 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local
4846 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local
4852 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local
4859 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local