Searched defs:hirGate (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder.cpp | 574 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 …]
|
| D | ntype_mcr_lowering.cpp | 176 GateRef NTypeMCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime()
|
| D | builtins_lowering.cpp | 197 void BuiltinLowering::ReplaceHirWithValue(GateRef hirGate, GateRef value, bool noThrow) in ReplaceHirWithValue()
|
| D | gate_accessor.cpp | 792 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()
|
| D | slowpath_lowering.cpp | 116 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()
|
| D | type_mcr_lowering.cpp | 459 GateRef TypeMCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vect… in LowerCallRuntime() 1255 void TypeMCRLowering::ReplaceHirWithPendingException(GateRef hirGate, GateRef glue, GateRef state, … in ReplaceHirWithPendingException()
|
| D | circuit_builder-inl.h | 1186 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()
|
| D | stub_builder.cpp | 4844 GateRef hirGate = Circuit::NullGate(); in GetStringFromConstPool() local 4851 GateRef hirGate = Circuit::NullGate(); in GetMethodFromConstPool() local 4857 GateRef hirGate = Circuit::NullGate(); in GetArrayLiteralFromConstPool() local 4864 GateRef hirGate = Circuit::NullGate(); in GetObjectLiteralFromConstPool() local
|