Home
last modified time | relevance | path

Searched defs:glue (Results 1 – 25 of 94) sorted by relevance

1234

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_stubs-inl.h27 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()
155 GateRef BaselineStubBuilder::GetFunctionFromFrame(GateRef glue, GateRef frame) in GetFunctionFromFrame()
[all …]
Dbaseline_stubs.cpp179 #define DEFINE_PROFILE_CALLBACK(glue, sp, slotId) … argument
294 GateRef glue = PtrArgument(PARAM_INDEX(BaselineTryLdGLobalByNameImm8ID16, GLUE)); in GenerateCircuit() local
312 GateRef glue = PtrArgument(PARAM_INDEX(BaselineCallArg1Imm8V8, GLUE)); in GenerateCircuit() local
340 GateRef glue = PtrArgument(PARAM_INDEX(BaselineStToGlobalRecordImm16ID16, GLUE)); in GenerateCircuit() local
357 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdaStrID16, GLUE)); in GenerateCircuit() local
370 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdsymbol, GLUE)); in GenerateCircuit() local
379 GateRef glue = PtrArgument(PARAM_INDEX(BaselineLdglobal, GLUE)); in GenerateCircuit() local
388 GateRef glue = PtrArgument(PARAM_INDEX(BaselinePoplexenv, GLUE)); in GenerateCircuit() local
400 GateRef glue = PtrArgument(PARAM_INDEX(BaselineGetunmappedargs, GLUE)); in GenerateCircuit() local
443 GateRef glue = PtrArgument(PARAM_INDEX(BaselineAsyncfunctionenter, GLUE)); in GenerateCircuit() local
[all …]
Dbaseline_stub_builder.h39 inline void SetEnvToFrame(GateRef glue, GateRef frame, GateRef value) in SetEnvToFrame()
96 void CheckPendingException(GateRef glue, GateRef res, GateRef offset) in CheckPendingException()
115 void DispatchBase(GateRef target, GateRef glue, Args... args) in DispatchBase()
120 inline void DispatchLast(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, in DispatchLast()
128 void Dispatch(GateRef glue, GateRef sp, GateRef pc, GateRef constpool, GateRef profileTypeInfo, in Dispatch()
179 inline GateRef GetCurrentFrame(GateRef glue) in GetCurrentFrame()
286 inline void SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder-inl.h63 inline GateRef StubBuilder::CheckStackOverflow(GateRef glue) in CheckStackOverflow()
242 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, const std::vector<GateRef>& args) in CallRuntime()
251 inline GateRef StubBuilder::CallRuntime(GateRef glue, int index, GateRef argc, GateRef argv) in CallRuntime()
259 inline GateRef StubBuilder::CallRuntimeWithGlobalEnv(GateRef glue, GateRef globalEnv, in CallRuntimeWithGlobalEnv()
270 inline GateRef StubBuilder::CallRuntimeWithGlobalEnv(GateRef glue, GateRef globalEnv, in CallRuntimeWithGlobalEnv()
283 inline GateRef StubBuilder::CallRuntimeWithCurrentEnv(GateRef glue, GateRef currentEnv, in CallRuntimeWithCurrentEnv()
294 inline GateRef StubBuilder::CallNGCRuntime(GateRef glue, int index, in CallNGCRuntime()
309 inline GateRef StubBuilder::FastCallOptimized(GateRef glue, GateRef code, const std::vector<GateRef… in FastCallOptimized()
320 inline GateRef StubBuilder::CallOptimized(GateRef glue, GateRef code, const std::vector<GateRef>& a… in CallOptimized()
341 inline GateRef StubBuilder::CallStub(GateRef glue, int index, const std::initializer_list<GateRef>&… in CallStub()
[all …]
Dcommon_stubs.cpp42 GateRef glue = PtrArgument(0); in GenerateCircuit() local
52 GateRef glue = PtrArgument(0); in GenerateCircuit() local
62 GateRef glue = PtrArgument(0); in GenerateCircuit() local
74 GateRef glue = PtrArgument(0); in GenerateCircuit() local
177 GateRef glue = PtrArgument(0); in GenerateCircuit() local
188 GateRef glue = PtrArgument(0); in GenerateCircuit() local
278 GateRef glue = PtrArgument(0); // 0: first argument glue in GenerateCircuit() local
289 GateRef glue = PtrArgument(0); in GenerateCircuit() local
300 GateRef glue = PtrArgument(0); in GenerateCircuit() local
309 GateRef glue = PtrArgument(0); in GenerateCircuit() local
[all …]
Dhcr_circuit_builder.h33 inline GateRef CircuitBuilder::IsJSHClass(GateRef glue, GateRef obj) in IsJSHClass()
38 inline GateRef CircuitBuilder::IsJSFunction(GateRef glue, GateRef obj) in IsJSFunction()
48 GateRef CircuitBuilder::IsJsType(GateRef glue, GateRef obj, JSType type) in IsJsType()
54 GateRef CircuitBuilder::IsJSObject(GateRef glue, GateRef obj) in IsJSObject()
85 GateRef CircuitBuilder::IsCallable(GateRef glue, GateRef obj) in IsCallable()
115 GateRef CircuitBuilder::IsJsProxy(GateRef glue, GateRef obj) in IsJsProxy()
121 GateRef CircuitBuilder::IsTreeString(GateRef glue, GateRef obj) in IsTreeString()
127 GateRef CircuitBuilder::IsSlicedString(GateRef glue, GateRef obj) in IsSlicedString()
133 GateRef CircuitBuilder::IsLineString(GateRef glue, GateRef obj) in IsLineString()
155 inline GateRef CircuitBuilder::IsDictionaryMode(GateRef glue, GateRef object) in IsDictionaryMode()
[all …]
Dmcr_circuit_builder.h58 GateRef CircuitBuilder::TaggedIsNumeric(GateRef glue, GateRef x) in TaggedIsNumeric()
63 GateRef CircuitBuilder::TaggedObjectIsString(GateRef glue, GateRef obj) in TaggedObjectIsString()
71 GateRef CircuitBuilder::TaggedObjectIsString(GateRef glue, GateRef obj, in TaggedObjectIsString()
92 GateRef CircuitBuilder::TaggedObjectIsShared(GateRef glue, GateRef obj) in TaggedObjectIsShared()
102 GateRef CircuitBuilder::TaggedObjectIsEcmaObject(GateRef glue, GateRef obj) in TaggedObjectIsEcmaObject()
110 GateRef CircuitBuilder::TaggedObjectIsByteArray(GateRef glue, GateRef obj) in TaggedObjectIsByteArray()
116 GateRef CircuitBuilder::TaggedObjectIsMap(GateRef glue, GateRef obj) in TaggedObjectIsMap()
122 GateRef CircuitBuilder::TaggedObjectIsDataView(GateRef glue, GateRef obj) in TaggedObjectIsDataView()
128 GateRef CircuitBuilder::IsSpecialSlicedString(GateRef glue, GateRef obj) in IsSpecialSlicedString()
150 GateRef CircuitBuilder::TaggedIsArrayIterator(GateRef glue, GateRef obj) in TaggedIsArrayIterator()
[all …]
Dinterpreter_stub-inl.h30 void InterpreterStubBuilder::SetVregValue(GateRef glue, GateRef sp, GateRef idx, GateRef val) in SetVregValue()
35 inline GateRef InterpreterStubBuilder::GetVregValue([[maybe_unused]] GateRef glue, GateRef sp, Gate… in GetVregValue()
40 inline GateRef InterpreterStubBuilder::GetVregValueFromArray(GateRef glue, GateRef array, GateRef i… in GetVregValueFromArray()
262 GateRef InterpreterStubBuilder::GetFunctionFromFrame([[maybe_unused]] GateRef glue, GateRef frame) in GetFunctionFromFrame()
268 GateRef InterpreterStubBuilder::GetNewTarget(GateRef glue, GateRef sp) in GetNewTarget()
284 GateRef InterpreterStubBuilder::GetThisFromFrame([[maybe_unused]] GateRef glue, GateRef frame) in GetThisFromFrame()
296 GateRef InterpreterStubBuilder::GetAccFromFrame([[maybe_unused]] GateRef glue, GateRef frame) in GetAccFromFrame()
302 GateRef InterpreterStubBuilder::GetEnvFromFrame([[maybe_unused]] GateRef glue, GateRef frame) in GetEnvFromFrame()
308 GateRef InterpreterStubBuilder::GetEnvFromFunction(GateRef glue, GateRef function) in GetEnvFromFunction()
313 GateRef InterpreterStubBuilder::GetProfileTypeInfoFromFunction(GateRef glue, GateRef function) in GetProfileTypeInfoFromFunction()
[all …]
Dcircuit_builder.cpp160 GateRef CircuitBuilder::IsJsCOWArray(GateRef glue, GateRef obj) in IsJsCOWArray()
168 GateRef CircuitBuilder::IsJsCOWArray(GateRef glue, GateRef obj, [[maybe_unused]] const CompilationE… in IsJsCOWArray()
195 GateRef CircuitBuilder::IsTaggedArray(GateRef glue, GateRef object) in IsTaggedArray()
207 GateRef CircuitBuilder::GetElementsArray(GateRef glue, GateRef object) in GetElementsArray()
233 GateRef CircuitBuilder::IsTypedArray(GateRef glue, GateRef array) in IsTypedArray()
241 GateRef CircuitBuilder::IsSharedTypedArray(GateRef glue, GateRef array) in IsSharedTypedArray()
490 GateRef CircuitBuilder::LoadObjectFromConstPool(GateRef glue, GateRef constPool, GateRef index) in LoadObjectFromConstPool()
495 GateRef CircuitBuilder::IsAccessorInternal(GateRef glue, GateRef accessor) in IsAccessorInternal()
554 GateRef CircuitBuilder::HasPendingException(GateRef glue) in HasPendingException()
561 GateRef CircuitBuilder::HasPendingException(GateRef glue, [[maybe_unused]] const CompilationEnv *co… in HasPendingException()
[all …]
Dtyped_hcr_lowering.cpp28 GateRef glue = glue_; in VisitGate() local
251 void TypedHCRLowering::LowerJSCallTargetCheck(GateRef gate, GateRef glue) in LowerJSCallTargetCheck()
351 void TypedHCRLowering::LowerStableArrayCheck(GateRef glue, GateRef gate) in LowerStableArrayCheck()
422 void TypedHCRLowering::LowerTypedArrayCheck(GateRef glue, GateRef gate) in LowerTypedArrayCheck()
460 void TypedHCRLowering::LowerInternStringKeyCheck(GateRef gate, GateRef glue) in LowerInternStringKeyCheck()
476 void TypedHCRLowering::LowerStringKeyCheck(GateRef gate, GateRef glue) in LowerStringKeyCheck()
488 void TypedHCRLowering::LowerEcmaStringCheck(GateRef gate, GateRef glue) in LowerEcmaStringCheck()
500 void TypedHCRLowering::LowerInternStringCheck(GateRef gate, GateRef glue) in LowerInternStringCheck()
513 void TypedHCRLowering::LowerEcmaMapCheck(GateRef glue, GateRef gate) in LowerEcmaMapCheck()
531 void TypedHCRLowering::LowerFlattenTreeStringCheck(GateRef gate, GateRef glue) in LowerFlattenTreeStringCheck()
[all …]
Dntype_hcr_lowering.cpp22 GateRef glue = glue_; in VisitGate() local
53 void NTypeHCRLowering::LowerCreateArray(GateRef gate, GateRef glue) in LowerCreateArray()
63 void NTypeHCRLowering::LowerCreateEmptyArray(GateRef gate, GateRef glue) in LowerCreateEmptyArray()
74 void NTypeHCRLowering::LowerCreateArrayWithOwn(GateRef gate, GateRef glue) in LowerCreateArrayWithOwn()
84 void NTypeHCRLowering::LowerCreateArrayWithBuffer(GateRef gate, GateRef glue) in LowerCreateArrayWithBuffer()
137 GateRef NTypeHCRLowering::NewActualArgv(GateRef gate, GateRef glue) in NewActualArgv()
150 void NTypeHCRLowering::LowerCreateArguments(GateRef gate, GateRef glue) in LowerCreateArguments()
196 GateRef NTypeHCRLowering::LoadFromConstPool(GateRef glue, GateRef unsharedConstpool, size_t index, … in LoadFromConstPool()
204 GateRef NTypeHCRLowering::CreateElementsWithLength(GateRef gate, GateRef glue, size_t arrayLength) in CreateElementsWithLength()
216 GateRef NTypeHCRLowering::NewJSArrayLiteral(GateRef glue, GateRef gate, GateRef elements, GateRef l… in NewJSArrayLiteral()
[all …]
Daccess_object_stub_builder.cpp22 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()
126GateRef 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()
238 GateRef AccessObjectStubBuilder::StOwnICByName(GateRef glue, GateRef receiver, GateRef prop, const … in StOwnICByName()
279 GateRef AccessObjectStubBuilder::StorePrivatePropertyByName(GateRef glue, in StorePrivatePropertyByName()
322 GateRef AccessObjectStubBuilder::ResolvePropKey(GateRef glue, GateRef prop, const StringIdInfo &inf… in ResolvePropKey()
337 GateRef AccessObjectStubBuilder::LoadObjByValue(GateRef glue, GateRef receiver, GateRef key, GateRe… in LoadObjByValue()
[all …]
Dbuiltins_lowering.cpp73 GateRef BuiltinLowering::TypedLocaleCompare(GateRef glue, GateRef gate, GateRef thisObj, GateRef th… in TypedLocaleCompare()
136 GateRef glue = glue_; in TypedFloor() local
165 GateRef BuiltinLowering::LowerCallRuntime(GateRef glue, GateRef gate, int index, const std::vector<… in LowerCallRuntime()
187 GateRef glue = glue_; in LowerTypedLocaleCompare() local
392 GateRef glue = glue_; in LowerTypedStringify() local
402 GateRef glue = glue_; in LowerBuiltinIterator() local
434 GateRef glue = glue_; in LowerIteratorNext() local
466 GateRef glue = glue_; in LowerIteratorReturn() local
483 GateRef glue = glue_; in LowerNumberConstructor() local
530 GateRef glue = glue_; in LowerGlobalDecodeURIComponent() local
[all …]
Dstub_builder.cpp115 GateRef StubBuilder::CheckSuspend(GateRef glue) in CheckSuspend()
122 GateRef StubBuilder::CheckSuspendForCMCGC(GateRef glue) in CheckSuspendForCMCGC()
131 void StubBuilder::LoopEndWithCheckSafePoint(Label *loopHead, Environment *env, GateRef glue) in LoopEndWithCheckSafePoint()
169 GateRef glue, GateRef fieldType, GateRef value, Label *executeSetProp, Label *typeMismatch) in MatchFieldType()
321 GateRef StubBuilder::FindElementWithCache(GateRef glue, GateRef layoutInfo, GateRef hclass, in FindElementWithCache()
393 GateRef StubBuilder::GetIndexFromPropertiesCache(GateRef glue, GateRef cache, GateRef cls, GateRef … in GetIndexFromPropertiesCache()
422 GateRef StubBuilder::GetHandlerFromMegaICCache(GateRef glue, GateRef cache, GateRef cls, GateRef ke… in GetHandlerFromMegaICCache()
453 GateRef StubBuilder::BinarySearch(GateRef glue, GateRef layoutInfo, GateRef key, GateRef propsNum, … in BinarySearch()
609 GateRef StubBuilder::GetKeyHashCode(GateRef glue, GateRef key, GateRef hir) in GetKeyHashCode()
638 GateRef StubBuilder::CreateDataProperty(GateRef glue, GateRef obj, GateRef propKey, GateRef value) in CreateDataProperty()
[all …]
Dhcr_circuit_builder.cpp21 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()
181 GateRef CircuitBuilder::CallBCHandler(GateRef glue, GateRef target, const std::vector<GateRef> &arg… in CallBCHandler()
193 GateRef CircuitBuilder::CallBuiltin(GateRef glue, GateRef target, const std::vector<GateRef> &args, in CallBuiltin()
210 GateRef CircuitBuilder::CallBuiltinWithArgv(GateRef glue, GateRef target, const std::vector<GateRef… in CallBuiltinWithArgv()
222 GateRef CircuitBuilder::CallBCDebugger(GateRef glue, GateRef target, const std::vector<GateRef> &ar… in CallBCDebugger()
[all …]
Doperations_stub_builder.cpp20 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 …]
Dprofiler_stub_builder.cpp21 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()
299 void ProfilerStubBuilder::ProfileGetterSetterCall(GateRef glue, GateRef target) in ProfileGetterSetterCall()
324 GateRef ProfilerStubBuilder::TryGetBuiltinFunctionId(GateRef glue, GateRef target) in TryGetBuiltinFunctionId()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_proxy_stub_builder.h26 BuiltinsProxyStubBuilder(StubBuilder *parent, GateRef glue, GateRef globalEnv) in BuiltinsProxyStubBuilder()
28 …BuiltinsProxyStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef num… in BuiltinsProxyStubBuilder()
41 void SetMethod(GateRef glue, GateRef proxy, GateRef method) in SetMethod()
47 void SetTarget(GateRef glue, GateRef proxy, GateRef target) in SetTarget()
53 GateRef GetHandler(GateRef glue, GateRef proxy) in GetHandler()
59 void SetHandler(GateRef glue, GateRef proxy, GateRef handler) in SetHandler()
65 void SetPrivateField(GateRef glue, GateRef proxy, GateRef privateField) in SetPrivateField()
71 void SetIsRevoked(GateRef glue, GateRef proxy, GateRef value) in SetIsRevoked()
Dcontainers_plainarray_stub_builder.h41 GateRef Get(GateRef glue, GateRef obj, GateRef index) in Get()
48 GateRef GetKey(GateRef glue, GateRef obj, GateRef index) in GetKey()
54 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dbuiltins_object_stub_builder.h25 …BuiltinsObjectStubBuilder(BuiltinsStubBuilder* parent, GateRef glue, GateRef thisValue, GateRef nu… in BuiltinsObjectStubBuilder()
28 BuiltinsObjectStubBuilder(Environment *env, GateRef glue, GateRef globalEnv) in BuiltinsObjectStubBuilder()
Dcontainers_stub_builder.h71 GateRef IsContainer(GateRef glue, GateRef obj, ContainersType type) in IsContainer()
167 GateRef ContainerGetSize(GateRef glue, GateRef obj, ContainersType type) in ContainerGetSize()
221 GateRef ContainerGetValue(GateRef glue, GateRef obj, GateRef index, ContainersType type) in ContainerGetValue()
263 GateRef ContainerGetKey(GateRef glue, GateRef obj, GateRef index, ContainersType type) in ContainerGetKey()
283 GateRef ContainerGetNode(GateRef glue, GateRef obj, GateRef index, ContainersType type) in ContainerGetNode()
313 GateRef PlainArrayGetKey(GateRef glue, GateRef obj, GateRef index) in PlainArrayGetKey()
Dcontainers_arraylist_stub_builder.cpp24 void ContainersArrayListStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Vari… in ForEach()
32 void ContainersArrayListStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef nu… in ReplaceAllElements()
Dcontainers_vector_stub_builder.cpp24 void ContainersVectorStubBuilder::ForEach(GateRef glue, GateRef thisValue, GateRef numArgs, Variabl… in ForEach()
32 void ContainersVectorStubBuilder::ReplaceAllElements(GateRef glue, GateRef thisValue, GateRef numAr… in ReplaceAllElements()
Dcontainers_lightweightset_stub_builder.h41 GateRef GetKey(GateRef glue, GateRef obj, GateRef index) in GetKey()
46 GateRef GetValue(GateRef glue, GateRef obj, GateRef index) in GetValue()
Dcontainers_lightweightmap_stub_builder.h41 GateRef GetKey(GateRef glue, GateRef obj, GateRef index) in GetKey()
48 GateRef GetValue(GateRef glue, GateRef obj, GateRef index) in GetValue()

1234