| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 42 GateRef glue = PtrArgument(0); in GenerateCircuit() local 51 GateRef glue = PtrArgument(0); in GenerateCircuit() local 60 GateRef glue = PtrArgument(0); in GenerateCircuit() local 70 GateRef glue = PtrArgument(0); in GenerateCircuit() local 93 GateRef glue = PtrArgument(0); in GenerateCircuit() local 107 GateRef glue = PtrArgument(0); in GenerateCircuit() local 121 GateRef glue = PtrArgument(0); in GenerateCircuit() local 130 GateRef glue = PtrArgument(0); in GenerateCircuit() local 139 GateRef glue = PtrArgument(0); in GenerateCircuit() local 148 GateRef glue = PtrArgument(0); in GenerateCircuit() local [all …]
|
| D | interpreter_stub-inl.h | 30 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue() 358 void InterpreterStubBuilder::SetPcToFrame(GateRef glue, GateRef frame, GateRef value) in SetPcToFrame() 364 void InterpreterStubBuilder::SetCallSizeToFrame(GateRef glue, GateRef frame, GateRef value) in SetCallSizeToFrame() 370 void InterpreterStubBuilder::SetAccToFrame(GateRef glue, GateRef frame, GateRef value) in SetAccToFrame() 376 void InterpreterStubBuilder::SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame() 382 void InterpreterStubBuilder::SetFunctionToFrame(GateRef glue, GateRef frame, GateRef value) in SetFunctionToFrame() 388 void InterpreterStubBuilder::SetHomeObjectToFunction(GateRef glue, GateRef function, GateRef value) in SetHomeObjectToFunction() 394 void InterpreterStubBuilder::SetFrameState(GateRef glue, GateRef sp, GateRef function, GateRef acc, in SetFrameState() 409 GateRef InterpreterStubBuilder::GetCurrentSpFrame(GateRef glue) in GetCurrentSpFrame() 416 void InterpreterStubBuilder::SetCurrentSpFrame(GateRef glue, GateRef value) in SetCurrentSpFrame() [all …]
|
| D | access_object_stub_builder.cpp | 24 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const … in LoadObjByName() 65 …GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOpera… in LoadPrivatePropertyByName() 102 GateRef AccessObjectStubBuilder::DeprecatedLoadObjByName(GateRef glue, GateRef receiver, GateRef pr… in DeprecatedLoadObjByName() 130 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const… in StoreObjByName() 171 GateRef AccessObjectStubBuilder::StorePrivatePropertyByName(GateRef glue, in StorePrivatePropertyByName() 214 GateRef AccessObjectStubBuilder::ResolvePropKey(GateRef glue, GateRef prop, const StringIdInfo &inf… in ResolvePropKey() 229 GateRef AccessObjectStubBuilder::LoadObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRe… in LoadObjByValue() 267 GateRef AccessObjectStubBuilder::DeprecatedLoadObjByValue(GateRef glue, GateRef receiver, GateRef k… in DeprecatedLoadObjByValue() 295 GateRef AccessObjectStubBuilder::StoreObjByValue(GateRef glue, GateRef receiver, GateRef key, GateR… in StoreObjByValue() 332 GateRef AccessObjectStubBuilder::TryLoadGlobalByName(GateRef glue, GateRef prop, const StringIdInfo… in TryLoadGlobalByName() [all …]
|
| D | ntype_hcr_lowering.cpp | 22 GateRef glue = acc_.GetGlueFromArgList(); in VisitGate() local 50 void NTypeHCRLowering::LowerCreateArray(GateRef gate, GateRef glue) in LowerCreateArray() 60 void NTypeHCRLowering::LowerCreateEmptyArray(GateRef gate, GateRef glue) in LowerCreateEmptyArray() 71 void NTypeHCRLowering::LowerCreateArrayWithOwn(GateRef gate, GateRef glue) in LowerCreateArrayWithOwn() 81 void NTypeHCRLowering::LowerCreateArrayWithBuffer(GateRef gate, GateRef glue) in LowerCreateArrayWithBuffer() 125 GateRef NTypeHCRLowering::NewActualArgv(GateRef gate, GateRef glue) in NewActualArgv() 138 void NTypeHCRLowering::LowerCreateArguments(GateRef gate, GateRef glue) in LowerCreateArguments() 190 GateRef NTypeHCRLowering::CreateElementsWithLength(GateRef gate, GateRef glue, size_t arrayLength) in CreateElementsWithLength() 202 GateRef NTypeHCRLowering::NewJSArrayLiteral(GateRef glue, GateRef gate, GateRef elements, GateRef l… in NewJSArrayLiteral() 251 GateRef NTypeHCRLowering::NewTaggedArray(size_t length, GateRef glue) in NewTaggedArray() [all …]
|
| D | builtins_lowering.cpp | 67 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare() 130 GateRef glue = acc_.GetGlueFromArgList(); in TypedFloor() local 159 GateRef BuiltinLowering::LowerCallRuntime(GateRef glue, GateRef gate, int index, const std::vector<… in LowerCallRuntime() 200 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedLocaleCompare() local 234 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedArraySort() local 405 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedStringify() local 415 GateRef glue = acc_.GetGlueFromArgList(); in LowerBuiltinIterator() local 447 GateRef glue = acc_.GetGlueFromArgList(); in LowerIteratorNext() local 475 GateRef glue = acc_.GetGlueFromArgList(); in LowerIteratorReturn() local 525 GateRef glue = acc_.GetGlueFromArgList(); in LowerNumberConstructor() local
|
| D | new_object_stub_builder.h | 42 void SetParameters(GateRef glue, GateRef size) in SetParameters() 48 void SetGlue(GateRef glue) in SetGlue()
|
| D | operations_stub_builder.cpp | 22 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in Equal() 61 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation… in NotEqual() 103 GateRef OperationsStubBuilder::StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperat… in StrictEqual() 130 GateRef OperationsStubBuilder::StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOpe… in StrictNotEqual() 157 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Less() 264 GateRef OperationsStubBuilder::LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation c… in LessEq() 371 GateRef OperationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation … in Greater() 477 GateRef OperationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperatio… in GreaterEq() 584 GateRef OperationsStubBuilder::Add(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Add() 605 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() [all …]
|
| D | stub_builder-inl.h | 216 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime() 225 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime() 233 inline GateRef StubBuilder::CallNGCRuntime(GateRef glue, int index, in CallNGCRuntime() 248 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::vector<GateRef… in FastCallOptimized() 259 inline GateRef StubBuilder::CallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& a… in CallOptimized() 280 inline GateRef StubBuilder::CallStub(GateRef glue, int index, const std::initializer_list<GateRef>&… in CallStub() 288 inline GateRef StubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& … in CallBuiltinRuntime() 293 inline GateRef StubBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_li… in CallBuiltinRuntimeWithNewTarget() 298 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint() 303 inline void StubBuilder::FatalPrint(GateRef glue, std::initializer_list<GateRef> args) in FatalPrint() [all …]
|
| D | hcr_circuit_builder.cpp | 23 GateRef CircuitBuilder::NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<… in NoLabelCallRuntime() 57 GateRef CircuitBuilder::CallStub(GateRef glue, GateRef hirGate, int index, const std::vector<GateRe… in CallStub() 76 GateRef CircuitBuilder::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef>… in CallBuiltinRuntime() 97 GateRef CircuitBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::ve… in CallBuiltinRuntimeWithNewTarget() 115 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call() 169 GateRef CircuitBuilder::CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &arg… in CallBCHandler() 181 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, in CallBuiltin() 193 GateRef CircuitBuilder::CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef… in CallBuiltinWithArgv() 205 GateRef CircuitBuilder::CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &ar… in CallBCDebugger() 217 GateRef CircuitBuilder::CallRuntime(GateRef glue, int index, GateRef depend, const std::vector<Gate… in CallRuntime() [all …]
|
| D | profiler_stub_builder.cpp | 26 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() 40 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef func, GateRef profileTypeInfo, in PGOProfiler() 47 void ProfilerStubBuilder::TryDump(GateRef glue, GateRef func, GateRef profileTypeInfo) in TryDump() 70 void ProfilerStubBuilder::TryPreDump(GateRef glue, GateRef func, GateRef profileTypeInfo) in TryPreDump() 88 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, GateRef type) in ProfileOpType() 139 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef constructor, GateRef profileTypeInfo) in ProfileDefineClass() 178 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) in ProfileCreateObject() 230 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef target, GateRef profileTypeInfo) in ProfileCall() 308 void ProfilerStubBuilder::ProfileGetterSetterCall(GateRef glue, GateRef target) in ProfileGetterSetterCall() 357 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef target, GateRef profileTypeInfo) in ProfileNativeCall() [all …]
|
| D | hash_stub_builder.h | 26 explicit HashStubBuilder(StubBuilder *parent, GateRef glue) in HashStubBuilder()
|
| D | new_object_stub_builder.cpp | 110 GateRef NewObjectStubBuilder::NewJSFunctionByHClass(GateRef glue, in NewJSFunctionByHClass() 122 GateRef NewObjectStubBuilder::NewSFunctionByHClass(GateRef glue, in NewSFunctionByHClass() 133 GateRef NewObjectStubBuilder::CloneJSFunction(GateRef glue, GateRef value) in CloneJSFunction() 148 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv, in CloneProperties() 227 GateRef NewObjectStubBuilder::NewAccessorData(GateRef glue) in NewAccessorData() 254 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv) in CloneObjectLiteral() 368 GateRef NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef curre… in CreateObjectHavingMethod() 473 GateRef NewObjectStubBuilder::NewJSProxy(GateRef glue, GateRef target, GateRef handler) in NewJSProxy() 567 GateRef NewObjectStubBuilder::NewJSObject(GateRef glue, GateRef hclass) in NewJSObject() 584 GateRef NewObjectStubBuilder::NewSObject(GateRef glue, GateRef hclass) in NewSObject() [all …]
|
| D | circuit_builder.cpp | 516 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException() 541 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() 564 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value) in SetSendableEnvToModule() 582 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() 604 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() 660 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator() 666 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() 672 void CircuitBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator() 678 void CircuitBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator() 684 void CircuitBuilder::SetCachedHclassOfForInIterator(GateRef glue, GateRef iter, GateRef hclass) in SetCachedHclassOfForInIterator() [all …]
|
| D | stub_builder.cpp | 112 GateRef StubBuilder::CheckSuspend(GateRef glue) in CheckSuspend() 119 void StubBuilder::LoopEnd(Label *loopHead, Environment *env, GateRef glue) in LoopEnd() 291 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache() 363 GateRef StubBuilder::GetIndexFromPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef … in GetIndexFromPropertiesCache() 392 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, … in BinarySearch() 548 GateRef StubBuilder::GetKeyHashCode(GateRef glue, GateRef key, GateRef hir) in GetKeyHashCode() 576 GateRef StubBuilder::CreateDataProperty(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in CreateDataProperty() 619 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef valu… in CreateDataPropertyOrThrow() 668 GateRef StubBuilder::DefineField(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in DefineField() 715 GateRef StubBuilder::FindElementFromNumberDictionary(GateRef glue, GateRef elements, GateRef index) in FindElementFromNumberDictionary() [all …]
|
| D | typed_hcr_lowering.cpp | 41 GateRef glue = acc_.GetGlueFromArgList(); in VisitGate() local 466 void TypedHCRLowering::LowerFlattenTreeStringCheck(GateRef gate, GateRef glue) in LowerFlattenTreeStringCheck() 601 GateRef glue = acc_.GetGlueFromArgList(); in BuiltinInstanceHClassCheck() local 646 GateRef glue = acc_.GetGlueFromArgList(); in BuiltinPrototypeHClassCheck() local 715 GateRef TypedHCRLowering::LowerCallRuntime(GateRef glue, GateRef hirGate, int index, const std::vec… in LowerCallRuntime() 802 void TypedHCRLowering::LowerCallPrivateGetter(GateRef gate, GateRef glue) in LowerCallPrivateGetter() 814 void TypedHCRLowering::LowerCallPrivateSetter(GateRef gate, GateRef glue) in LowerCallPrivateSetter() 826 void TypedHCRLowering::LowerCallGetter(GateRef gate, GateRef glue) in LowerCallGetter() 897 void TypedHCRLowering::LowerCallSetter(GateRef gate, GateRef glue) in LowerCallSetter() 1075 void TypedHCRLowering::LowerCowArrayCheck(GateRef gate, GateRef glue) in LowerCowArrayCheck() [all …]
|
| D | typed_native_inline_lowering.cpp | 403 GateRef glue = acc_.GetGlueFromArgList(); in LowerMathCeilFloorWithRuntimeCall() local 413 GateRef TypedNativeInlineLowering::AllocateArrayIterator(GateRef glue, in AllocateArrayIterator() 448 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedArrayIterator() local 597 GateRef glue = acc_.GetGlueFromArgList(); in LowerMathPow() local 636 GateRef glue = acc_.GetGlueFromArgList(); in LowerGeneralUnaryMath() local 646 GateRef glue = acc_.GetGlueFromArgList(); in LowerMathAtan2() local 750 GateRef glue = acc_.GetGlueFromArgList(); in BuildRounding() local 1249 GateRef glue = acc_.GetGlueFromArgList(); in LowerBigIntAsIntN() local 1634 … bufferIndex, GateRef value, GateRef dataPointer, GateRef isLittleEndian, GateRef ID, GateRef glue) in SetValueInBuffer() 1877 GateRef glue = acc_.GetGlueFromArgList(); in LowerToCommonStub() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_proxy_stub_builder.h | 26 …BuiltinsProxyStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef num… in BuiltinsProxyStubBuilder() 34 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod() 40 void SetTarget(GateRef glue, GateRef proxy, GateRef target) in SetTarget() 46 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler() 52 void SetPrivateField(GateRef glue, GateRef proxy, GateRef privateField) in SetPrivateField() 58 void SetIsRevoked(GateRef glue, GateRef proxy, GateRef value) in SetIsRevoked()
|
| D | builtins_object_stub_builder.h | 25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder() 27 BuiltinsObjectStubBuilder(Environment *env, GateRef glue) in BuiltinsObjectStubBuilder()
|
| D | builtins_string_stub_builder.cpp | 25 void BuiltinsStringStubBuilder::FromCharCode(GateRef glue, [[maybe_unused]] GateRef thisValue, in FromCharCode() 98 void BuiltinsStringStubBuilder::CharAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharAt() 172 void BuiltinsStringStubBuilder::CharCodeAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CharCodeAt() 193 void BuiltinsStringStubBuilder::CodePointAt(GateRef glue, GateRef thisValue, GateRef numArgs, in CodePointAt() 228 void BuiltinsStringStubBuilder::CheckParamsAndGetPosition(GateRef glue, GateRef thisValue, GateRef … in CheckParamsAndGetPosition() 288 void BuiltinsStringStubBuilder::IndexOf(GateRef glue, GateRef thisValue, GateRef numArgs, in IndexOf() 387 void BuiltinsStringStubBuilder::Substring(GateRef glue, GateRef thisValue, GateRef numArgs, in Substring() 526 void BuiltinsStringStubBuilder::SubStr(GateRef glue, GateRef thisValue, GateRef numArgs, in SubStr() 671 GateRef BuiltinsStringStubBuilder::GetSubString(GateRef glue, GateRef thisValue, GateRef from, Gate… in GetSubString() 753 GateRef BuiltinsStringStubBuilder::GetFastSubString(GateRef glue, GateRef thisValue, GateRef start,… in GetFastSubString() [all …]
|
| D | builtins_function_stub_builder.cpp | 26 void BuiltinsFunctionStubBuilder::PrototypeApply(GateRef glue, GateRef thisValue, in PrototypeApply() 124 void BuiltinsFunctionStubBuilder::PrototypeBind(GateRef glue, GateRef thisValue, in PrototypeBind() 177 void BuiltinsFunctionStubBuilder::PrototypeCall(GateRef glue, GateRef thisValue, in PrototypeCall() 248 GateRef BuiltinsFunctionStubBuilder::BuildArgumentsListFastElements(GateRef glue, GateRef arrayObj) in BuildArgumentsListFastElements() 365 GateRef BuiltinsFunctionStubBuilder::MakeArgListWithHole(GateRef glue, GateRef argv, GateRef length) in MakeArgListWithHole() 420 GateRef BuiltinsFunctionStubBuilder::NewTaggedArrayFromArgs(GateRef glue, GateRef startIndex, GateR… in NewTaggedArrayFromArgs() 486 void BuiltinsFunctionStubBuilder::InitializeSFunction(GateRef glue, GateRef func, GateRef kind, Fun… in InitializeSFunction() 557 void BuiltinsFunctionStubBuilder::InitializeJSFunction(GateRef glue, GateRef func, GateRef kind, Fu… in InitializeJSFunction() 688 void BuiltinsFunctionStubBuilder::InitializeFunctionWithMethod(GateRef glue, in InitializeFunctionWithMethod()
|
| D | builtins_number_stub_builder.h | 25 …BuiltinsNumberStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsNumberStubBuilder()
|
| D | builtins_dataview_stub_builder.cpp | 25 void BuiltinsDataViewStubBuilder::SetTypedValue(GateRef glue, GateRef thisValue, in SetTypedValue() 110 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt32(GateRef glue, GateRef pointer, GateRef o… in SetValueInBufferForInt32() 145 void BuiltinsDataViewStubBuilder::SetValueInBufferForInt64(GateRef glue, GateRef pointer, GateRef o… in SetValueInBufferForInt64()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 181 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) … argument 295 GateRef glue = PtrArgument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, GLUE)); in GenerateCircuit() local 313 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCallArg1Imm8V8, GLUE)); in GenerateCircuit() local 341 GateRef glue = PtrArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, GLUE)); in GenerateCircuit() local 358 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdaStrID16, GLUE)); in GenerateCircuit() local 371 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdsymbol, GLUE)); in GenerateCircuit() local 380 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdglobal, GLUE)); in GenerateCircuit() local 389 GateRef glue = PtrArgument(PARAM_INDEX(BaselinePoplexenv, GLUE)); in GenerateCircuit() local 401 GateRef glue = PtrArgument(PARAM_INDEX(BaselineGetunmappedargs, GLUE)); in GenerateCircuit() local 444 GateRef glue = PtrArgument(PARAM_INDEX(BaselineAsyncfunctionenter, GLUE)); in GenerateCircuit() local [all …]
|
| D | baseline_stubs-inl.h | 27 void BaselineStubBuilder::SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame() 33 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar() 50 void BaselineStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef res) in CheckException() 69 void BaselineStubBuilder::CheckExceptionReturn(GateRef glue, GateRef sp, GateRef res) in CheckExceptionReturn() 88 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump() 105 void BaselineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, Ga… in CheckExceptionWithJumpAndReturn() 123 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException() 140 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast() 147 GateRef BaselineStubBuilder::CallBaselineStub(GateRef glue, int index, const std::initializer_list<… in CallBaselineStub() 206 GateRef BaselineStubBuilder::GetCurrentFrame(GateRef glue) in GetCurrentFrame() [all …]
|
| D | baseline_stub_builder.h | 38 inline void SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame() 95 void CheckPendingException(GateRef glue, GateRef res, GateRef offset) in CheckPendingException() 114 void DispatchBase(GateRef target, GateRef glue, Args... args) in DispatchBase() 119 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast() 127 void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch() 178 inline GateRef GetCurrentFrame(GateRef glue) in GetCurrentFrame() 285 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
|