| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | common_stubs.cpp | 38 GateRef glue = PtrArgument(0); in GenerateCircuit() local 47 GateRef glue = PtrArgument(0); in GenerateCircuit() local 56 GateRef glue = PtrArgument(0); in GenerateCircuit() local 66 GateRef glue = PtrArgument(0); in GenerateCircuit() local 137 GateRef glue = PtrArgument(0); in GenerateCircuit() local 151 GateRef glue = PtrArgument(0); in GenerateCircuit() local 165 GateRef glue = PtrArgument(0); in GenerateCircuit() local 174 GateRef glue = PtrArgument(0); in GenerateCircuit() local 183 GateRef glue = PtrArgument(0); in GenerateCircuit() local 192 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 | builtins_lowering.cpp | 74 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare() 137 GateRef glue = acc_.GetGlueFromArgList(); in TypedFloor() local 166 GateRef BuiltinLowering::LowerCallRuntime(GateRef glue, GateRef gate, int index, const std::vector<… in LowerCallRuntime() 188 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedLocaleCompare() local 222 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedArraySort() local 399 GateRef glue = acc_.GetGlueFromArgList(); in LowerTypedStringify() local 409 GateRef glue = acc_.GetGlueFromArgList(); in LowerBuiltinIterator() local 441 GateRef glue = acc_.GetGlueFromArgList(); in LowerIteratorNext() local 469 GateRef glue = acc_.GetGlueFromArgList(); in LowerIteratorReturn() local 519 GateRef glue = acc_.GetGlueFromArgList(); in LowerNumberConstructor() local [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() 252 GateRef NTypeHCRLowering::NewTaggedArray(size_t length, GateRef glue) in NewTaggedArray() [all …]
|
| D | access_object_stub_builder.cpp | 22 GateRef AccessObjectStubBuilder::LoadObjByName(GateRef glue, GateRef receiver, GateRef prop, const … in LoadObjByName() 66 GateRef AccessObjectStubBuilder::LoadObjByNameWithMega(GateRef glue, GateRef receiver, GateRef mega… in LoadObjByNameWithMega() 96 GateRef AccessObjectStubBuilder::StoreObjByNameWithMega(GateRef glue, GateRef receiver, GateRef val… in StoreObjByNameWithMega() 126 …GateRef glue, GateRef receiver, GateRef key, GateRef profileTypeInfo, GateRef slotId, ProfileOpera… in LoadPrivatePropertyByName() 163 GateRef AccessObjectStubBuilder::DeprecatedLoadObjByName(GateRef glue, GateRef receiver, GateRef pr… in DeprecatedLoadObjByName() 191 GateRef AccessObjectStubBuilder::StoreObjByName(GateRef glue, GateRef receiver, GateRef prop, const… in StoreObjByName() 232 GateRef AccessObjectStubBuilder::StorePrivatePropertyByName(GateRef glue, in StorePrivatePropertyByName() 275 GateRef AccessObjectStubBuilder::ResolvePropKey(GateRef glue, GateRef prop, const StringIdInfo &inf… in ResolvePropKey() 290 GateRef AccessObjectStubBuilder::LoadObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRe… in LoadObjByValue() 328 GateRef AccessObjectStubBuilder::DeprecatedLoadObjByValue(GateRef glue, GateRef receiver, GateRef k… in DeprecatedLoadObjByValue() [all …]
|
| D | stub_builder-inl.h | 224 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime() 233 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime() 241 inline GateRef StubBuilder::CallNGCRuntime(GateRef glue, int index, in CallNGCRuntime() 256 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::vector<GateRef… in FastCallOptimized() 267 inline GateRef StubBuilder::CallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& a… in CallOptimized() 288 inline GateRef StubBuilder::CallStub(GateRef glue, int index, const std::initializer_list<GateRef>&… in CallStub() 296 inline GateRef StubBuilder::CallCommonStub(GateRef glue, int index, const std::initializer_list<Gat… in CallCommonStub() 304 inline GateRef StubBuilder::CallBuiltinRuntime(GateRef glue, const std::initializer_list<GateRef>& … in CallBuiltinRuntime() 309 inline GateRef StubBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, const std::initializer_li… in CallBuiltinRuntimeWithNewTarget() 314 inline void StubBuilder::DebugPrint(GateRef glue, std::initializer_list<GateRef> args) in DebugPrint() [all …]
|
| 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 | 20 GateRef OperationsStubBuilder::Equal(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in Equal() 59 GateRef OperationsStubBuilder::NotEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation… in NotEqual() 101 GateRef OperationsStubBuilder::StrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperat… in StrictEqual() 128 GateRef OperationsStubBuilder::StrictNotEqual(GateRef glue, GateRef left, GateRef right, ProfileOpe… in StrictNotEqual() 155 GateRef OperationsStubBuilder::Less(GateRef glue, GateRef left, GateRef right, ProfileOperation cal… in Less() 262 GateRef OperationsStubBuilder::LessEq(GateRef glue, GateRef left, GateRef right, ProfileOperation c… in LessEq() 369 GateRef OperationsStubBuilder::Greater(GateRef glue, GateRef left, GateRef right, ProfileOperation … in Greater() 475 GateRef OperationsStubBuilder::GreaterEq(GateRef glue, GateRef left, GateRef right, ProfileOperatio… in GreaterEq() 582 GateRef OperationsStubBuilder::Add(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Add() 603 GateRef OperationsStubBuilder::Sub(GateRef glue, GateRef left, GateRef right, ProfileOperation call… in Sub() [all …]
|
| D | hcr_circuit_builder.cpp | 21 GateRef CircuitBuilder::NoLabelCallRuntime(GateRef glue, GateRef depend, size_t index, std::vector<… 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() 92 GateRef CircuitBuilder::CallBuiltinRuntime(GateRef glue, GateRef depend, const std::vector<GateRef>… in CallBuiltinRuntime() 113 GateRef CircuitBuilder::CallBuiltinRuntimeWithNewTarget(GateRef glue, GateRef depend, const std::ve… in CallBuiltinRuntimeWithNewTarget() 131 GateRef CircuitBuilder::Call(const CallSignature* cs, GateRef glue, GateRef target, GateRef depend, in Call() 185 GateRef CircuitBuilder::CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &arg… in CallBCHandler() 197 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, in CallBuiltin() 214 GateRef CircuitBuilder::CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef… in CallBuiltinWithArgv() 226 GateRef CircuitBuilder::CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &ar… in CallBCDebugger() [all …]
|
| D | profiler_stub_builder.cpp | 21 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef pc, GateRef func, GateRef profileTypeIn… in PGOProfiler() 35 void ProfilerStubBuilder::PGOProfiler(GateRef glue, GateRef func, GateRef profileTypeInfo, in PGOProfiler() 42 void ProfilerStubBuilder::TryDump(GateRef glue, GateRef func, GateRef profileTypeInfo) in TryDump() 65 void ProfilerStubBuilder::TryPreDump(GateRef glue, GateRef func, GateRef profileTypeInfo) in TryPreDump() 83 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef profileTypeInfo, GateRef type) in ProfileOpType() 130 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef constructor, GateRef profileTypeInfo) in ProfileDefineClass() 169 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef newObj, GateRef profileTypeInfo) in ProfileCreateObject() 221 GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef target, GateRef profileTypeInfo) in ProfileCall() 297 void ProfilerStubBuilder::ProfileGetterSetterCall(GateRef glue, GateRef target) in ProfileGetterSetterCall() 346 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 | stub_builder.cpp | 111 GateRef StubBuilder::CheckSuspend(GateRef glue) in CheckSuspend() 118 void StubBuilder::LoopEnd(Label *loopHead, Environment *env, GateRef glue) in LoopEnd() 148 GateRef glue, GateRef fieldType, GateRef value, Label *executeSetProp, Label *typeMismatch) in MatchFieldType() 300 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache() 372 GateRef StubBuilder::GetIndexFromPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef … in GetIndexFromPropertiesCache() 401 GateRef StubBuilder::GetHandlerFromMegaICCache(GateRef glue, GateRef cache, GateRef cls, GateRef ke… in GetHandlerFromMegaICCache() 432 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, … in BinarySearch() 588 GateRef StubBuilder::GetKeyHashCode(GateRef glue, GateRef key, GateRef hir) in GetKeyHashCode() 617 GateRef StubBuilder::CreateDataProperty(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in CreateDataProperty() 660 GateRef StubBuilder::CreateDataPropertyOrThrow(GateRef glue, GateRef obj, GateRef key, GateRef valu… in CreateDataPropertyOrThrow() [all …]
|
| D | new_object_stub_builder.cpp | 134 GateRef NewObjectStubBuilder::NewJSFunctionByHClass(GateRef glue, in NewJSFunctionByHClass() 146 GateRef NewObjectStubBuilder::NewSFunctionByHClass(GateRef glue, in NewSFunctionByHClass() 157 GateRef NewObjectStubBuilder::CloneJSFunction(GateRef glue, GateRef value) in CloneJSFunction() 172 GateRef NewObjectStubBuilder::CloneProperties(GateRef glue, GateRef currentEnv, in CloneProperties() 251 GateRef NewObjectStubBuilder::NewAccessorData(GateRef glue) in NewAccessorData() 278 GateRef NewObjectStubBuilder::CloneObjectLiteral(GateRef glue, GateRef literal, GateRef currentEnv) in CloneObjectLiteral() 392 GateRef NewObjectStubBuilder::CreateObjectHavingMethod(GateRef glue, GateRef literal, GateRef curre… in CreateObjectHavingMethod() 508 GateRef NewObjectStubBuilder::NewJSProxy(GateRef glue, GateRef target, GateRef handler) in NewJSProxy() 595 GateRef NewObjectStubBuilder::NewJSObject(GateRef glue, GateRef hclass) in NewJSObject() 612 GateRef NewObjectStubBuilder::NewSObject(GateRef glue, GateRef hclass) in NewSObject() [all …]
|
| D | circuit_builder.cpp | 527 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException() 558 GateRef CircuitBuilder::GetGlobalObject(GateRef glue) in GetGlobalObject() 581 void CircuitBuilder::SetSendableEnvToModule(GateRef glue, GateRef module, GateRef value) in SetSendableEnvToModule() 599 GateRef CircuitBuilder::GetUnsharedConstpoolFromGlue(GateRef glue, GateRef constpool) in GetUnsharedConstpoolFromGlue() 624 GateRef CircuitBuilder::GetUnsharedConstpoolArrayLen(GateRef glue) in GetUnsharedConstpoolArrayLen() 645 GateRef CircuitBuilder::GetEmptyArray(GateRef glue) in GetEmptyArray() 709 void CircuitBuilder::SetLengthOfForInIterator(GateRef glue, GateRef iter, GateRef length) in SetLengthOfForInIterator() 715 void CircuitBuilder::SetIndexOfForInIterator(GateRef glue, GateRef iter, GateRef index) in SetIndexOfForInIterator() 721 void CircuitBuilder::SetKeysOfForInIterator(GateRef glue, GateRef iter, GateRef keys) in SetKeysOfForInIterator() 727 void CircuitBuilder::SetObjectOfForInIterator(GateRef glue, GateRef iter, GateRef object) in SetObjectOfForInIterator() [all …]
|
| D | object_operator_stub_builder.cpp | 62 void ObjectOperatorStubBuilder::HandleKey(GateRef glue, GateRef key, Variable *propKey, Variable *e… in HandleKey() 201 void ObjectOperatorStubBuilder::CheckValidIndexOrKeyIsLength(GateRef glue, GateRef obj, GateRef key… in CheckValidIndexOrKeyIsLength() 221 void ObjectOperatorStubBuilder::UpdateHolder(GateRef glue, Variable *holder, GateRef key, Label *ho… in UpdateHolder() 256 GateRef ObjectOperatorStubBuilder::LookupPropertyInlinedProps(GateRef glue, GateRef obj, GateRef ke… in LookupPropertyInlinedProps() 316 GateRef ObjectOperatorStubBuilder::LookupElementInlinedProps(GateRef glue, GateRef obj, GateRef ele… in LookupElementInlinedProps() 399 void ObjectOperatorStubBuilder::LookupProperty(GateRef glue, Variable *holder, GateRef key, Label *… in LookupProperty() 432 void ObjectOperatorStubBuilder::TryLookupInProtoChain(GateRef glue, Variable *holder, GateRef key, … in TryLookupInProtoChain()
|
| /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 | containers_arraylist_stub_builder.cpp | 24 void ContainersArrayListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Vari… in ForEach() 32 void ContainersArrayListStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef nu… in ReplaceAllElements()
|
| D | containers_vector_stub_builder.cpp | 24 void ContainersVectorStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variabl… in ForEach() 32 void ContainersVectorStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numAr… in ReplaceAllElements()
|
| D | builtins_collection_stub_builder.h | 26 …explicit BuiltinsCollectionStubBuilder(BuiltinsStubBuilder *parent, GateRef glue, GateRef thisValu… in BuiltinsCollectionStubBuilder() 28 explicit BuiltinsCollectionStubBuilder(StubBuilder *parent, GateRef glue, GateRef thisValue, in BuiltinsCollectionStubBuilder()
|
| D | builtins_array_stub_builder.cpp | 28 void BuiltinsArrayStubBuilder::ElementsKindHclassCompare(GateRef glue, GateRef arrayCls, in ElementsKindHclassCompare() 44 void BuiltinsArrayStubBuilder::With(GateRef glue, GateRef thisValue, GateRef numArgs, in With() 168 void BuiltinsArrayStubBuilder::Unshift(GateRef glue, GateRef thisValue, GateRef numArgs, in Unshift() 308 void BuiltinsArrayStubBuilder::Shift(GateRef glue, GateRef thisValue, in Shift() 425 void BuiltinsArrayStubBuilder::Concat(GateRef glue, GateRef thisValue, GateRef numArgs, in Concat() 565 void BuiltinsArrayStubBuilder::Filter(GateRef glue, GateRef thisValue, GateRef numArgs, in Filter() 778 void BuiltinsArrayStubBuilder::Map(GateRef glue, GateRef thisValue, GateRef numArgs, in Map() 891 void BuiltinsArrayStubBuilder::ForEach([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in ForEach() 1041 void BuiltinsArrayStubBuilder::ArrayIteratorNext(GateRef glue, GateRef thisValue, in ArrayIteratorNext() 1195 void BuiltinsArrayStubBuilder::IndexOf([[maybe_unused]] GateRef glue, GateRef thisValue, GateRef nu… in IndexOf() [all …]
|
| D | builtins_collator_stub_builder.cpp | 21 void BuiltinsCollatorStubBuilder::ResolvedOptions(GateRef glue, GateRef thisValue, [[maybe_unused]]… in ResolvedOptions() 114 GateRef BuiltinsCollatorStubBuilder::UsageOptionsToEcmaString(GateRef glue, GateRef usage) in UsageOptionsToEcmaString() 152 GateRef BuiltinsCollatorStubBuilder::SensitivityOptionsToEcmaString(GateRef glue, GateRef sensitivi… in SensitivityOptionsToEcmaString() 187 GateRef BuiltinsCollatorStubBuilder::CaseFirstOptionsToEcmaString(GateRef glue, GateRef sensitivity) in CaseFirstOptionsToEcmaString()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
| D | baseline_stubs.cpp | 179 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) … argument 293 GateRef glue = PtrArgument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, GLUE)); in GenerateCircuit() local 311 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCallArg1Imm8V8, GLUE)); in GenerateCircuit() local 339 GateRef glue = PtrArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, GLUE)); in GenerateCircuit() local 356 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdaStrID16, GLUE)); in GenerateCircuit() local 369 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdsymbol, GLUE)); in GenerateCircuit() local 378 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdglobal, GLUE)); in GenerateCircuit() local 387 GateRef glue = PtrArgument(PARAM_INDEX(BaselinePoplexenv, GLUE)); in GenerateCircuit() local 399 GateRef glue = PtrArgument(PARAM_INDEX(BaselineGetunmappedargs, GLUE)); in GenerateCircuit() local 442 GateRef glue = PtrArgument(PARAM_INDEX(BaselineAsyncfunctionenter, GLUE)); in GenerateCircuit() local [all …]
|
| D | baseline_stubs-inl.h | 28 void BaselineStubBuilder::SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame() 34 void BaselineStubBuilder::CheckExceptionWithVar(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckExceptionWithVar() 51 void BaselineStubBuilder::CheckException(GateRef glue, GateRef sp, GateRef res) in CheckException() 70 void BaselineStubBuilder::CheckExceptionReturn(GateRef glue, GateRef sp, GateRef res) in CheckExceptionReturn() 89 void BaselineStubBuilder::CheckExceptionWithJump(GateRef glue, GateRef sp, GateRef res, GateRef acc… in CheckExceptionWithJump() 106 void BaselineStubBuilder::CheckExceptionWithJumpAndReturn(GateRef glue, GateRef sp, GateRef res, Ga… in CheckExceptionWithJumpAndReturn() 124 void BaselineStubBuilder::CheckPendingException(GateRef glue, GateRef sp, GateRef res, GateRef acc) in CheckPendingException() 141 void BaselineStubBuilder::DispatchLast(GateRef glue, GateRef sp, GateRef acc) in DispatchLast() 148 GateRef BaselineStubBuilder::CallBaselineStub(GateRef glue, int index, const std::initializer_list<… in CallBaselineStub() 207 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()
|