Home
last modified time | relevance | path

Searched defs:self (Results 1 - 25 of 46) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Djs_shared_array_test.cpp189 JSHandle<JSObject> self; in HWTEST_F_L0() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dtypes_analysis.cpp50 auto self = static_cast<TypesAnalysis *>(v); in VisitCastValueToAnyType() local
63 auto self = static_cast<TypesAnalysis *>(v); in VisitAnyTypeCheck() local
H A Dobject_type_propagation.cpp43 auto self = static_cast<ObjectTypePropagation *>(v); in VisitNewObject() local
53 auto self = static_cast<ObjectTypePropagation *>(v); in VisitNewArray() local
63 auto self = static_cast<ObjectTypePropagation *>(v); in VisitLoadString() local
83 auto self = static_cast<ObjectTypePropagation *>(v); in VisitLoadObject() local
153 auto self = static_cast<ObjectTypePropagation *>(v); in ProcessManagedCall() local
[all...]
/arkcompiler/ets_runtime/ecmascript/checkpoint/
H A Dthread_state_transition.h28 explicit ThreadStateTransitionScope(T* self) in ThreadStateTransitionScope() argument
88 explicit ThreadSuspensionScope(JSThread* self) : scope_(self) in ThreadSuspensionScope() argument
102 explicit ThreadNativeScope(JSThread* self) : scope_(self) in ThreadNativeScope() argument
119 explicit ThreadManagedScope(T* self) : scope_(self) {} in ThreadManagedScope() argument
133 SuspendAllScope(T* self) SuspendAllScope() argument
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dunix_signal_test.cpp51 static void SigAction(int sig, UnixSignal *self) in SigAction() argument
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsQualifiedName.cpp130 static T ResolveLeftMostQualifiedNameImpl(T self) in ResolveLeftMostQualifiedNameImpl() argument
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_weak_map.cpp76 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
140 JSHandle<JSTaggedValue> self in Set() local
[all...]
H A Dbuiltins_weak_set.cpp107 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local
132 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
154 JSHandle<JSTaggedValue> self = GetThis(argv); in Has() local
H A Dbuiltins_set.cpp106 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local
126 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local
144 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
163 JSHandle<JSTaggedValue> self in Has() local
180 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local
257 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local
269 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local
[all...]
H A Dbuiltins_shared_set.cpp112 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local
130 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local
147 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
165 JSHandle<JSTaggedValue> self in Has() local
182 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local
244 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local
261 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local
[all...]
H A Dbuiltins_map.cpp70 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local
92 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local
109 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
164 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local
240 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local
251 JSHandle<JSTaggedValue> self = GetThis(argv); Keys() local
262 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local
[all...]
H A Dbuiltins_shared_map.cpp75 JSHandle<JSTaggedValue> self = GetThis(argv); in Set() local
93 JSHandle<JSTaggedValue> self = GetThis(argv); in Clear() local
109 JSHandle<JSTaggedValue> self = GetThis(argv); in Delete() local
160 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local
221 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local
237 JSHandle<JSTaggedValue> self = GetThis(argv); Keys() local
253 JSHandle<JSTaggedValue> self = GetThis(argv); Values() local
[all...]
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dsignal.h157 static void Run(SignalCatcherThread *self, SigAction *sig_action, Args... args) in Run() argument
[all...]
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dsignal.h156 static void Run(SignalCatcherThread *self, SigAction *sigAction, Args... args) in Run() argument
[all...]
/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker_context_misc.cpp294 std::ostream &operator<<(std::ostream &o, const static_linker::Context::ErrorToStringWrapper &self) in operator <<() argument
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNode.cpp98 static R GetTopStatementImpl(T *self) in GetTopStatementImpl() argument
/arkcompiler/ets_runtime/ecmascript/containers/
H A Dcontainers_hashset.cpp58 JSHandle<JSTaggedValue> self = GetThis(argv); in GetIteratorObj() local
78 JSHandle<JSTaggedValue> self = GetThis(argv); in Values() local
98 JSHandle<JSTaggedValue> self = GetThis(argv); Entries() local
119 JSHandle<JSTaggedValue> self = GetThis(argv); Add() local
144 JSHandle<JSTaggedValue> self = GetThis(argv); Remove() local
167 JSHandle<JSTaggedValue> self = GetThis(argv); Has() local
189 JSHandle<JSTaggedValue> self = GetThis(argv); Clear() local
211 JSHandle<JSTaggedValue> self = GetThis(argv); GetLength() local
233 JSHandle<JSTaggedValue> self = GetThis(argv); IsEmpty() local
[all...]
H A Dcontainers_stack.cpp54 JSHandle<JSTaggedValue> self = GetThis(argv); in IsEmpty() local
77 JSHandle<JSTaggedValue> self = GetThis(argv); in Push() local
100 JSHandle<JSTaggedValue> self = GetThis(argv); Peek() local
124 JSHandle<JSTaggedValue> self = GetThis(argv); Locate() local
148 JSHandle<JSTaggedValue> self = GetThis(argv); Pop() local
221 JSHandle<JSTaggedValue> self = GetThis(argv); Iterator() local
241 JSHandle<JSTaggedValue> self = GetThis(argv); GetLength() local
[all...]
H A Dcontainers_queue.cpp53 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local
76 JSHandle<JSTaggedValue> self = GetThis(argv); in GetFirst() local
99 JSHandle<JSTaggedValue> self = GetThis(argv); Pop() local
181 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local
201 JSHandle<JSTaggedValue> self = GetThis(argv); GetSize() local
[all...]
H A Dcontainers_arraylist.cpp53 JSHandle<JSTaggedValue> self = GetThis(argv); in Add() local
75 JSHandle<JSTaggedValue> self = GetThis(argv); in Insert() local
114 JSHandle<JSTaggedValue> self = GetThis(argv); Clear() local
137 JSHandle<JSTaggedValue> self = GetThis(argv); Clone() local
160 JSHandle<JSTaggedValue> self = GetThis(argv); Has() local
185 JSHandle<JSTaggedValue> self = GetThis(argv); GetCapacity() local
207 JSHandle<JSTaggedValue> self = GetThis(argv); IncreaseCapacityTo() local
241 JSHandle<JSTaggedValue> self = GetThis(argv); TrimToCurrentLength() local
264 JSHandle<JSTaggedValue> self = GetThis(argv); Get() local
289 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOf() local
312 JSHandle<JSTaggedValue> self = GetThis(argv); IsEmpty() local
333 JSHandle<JSTaggedValue> self = GetThis(argv); GetLastIndexOf() local
356 JSHandle<JSTaggedValue> self = GetThis(argv); RemoveByIndex() local
395 JSHandle<JSTaggedValue> self = GetThis(argv); Remove() local
421 JSHandle<JSTaggedValue> self = GetThis(argv); RemoveByRange() local
466 JSHandle<JSTaggedValue> self = GetThis(argv); ReplaceAllElements() local
498 JSHandle<JSTaggedValue> self = GetThis(argv); Set() local
524 JSHandle<JSTaggedValue> self = GetThis(argv); SubArrayList() local
568 JSHandle<JSTaggedValue> self = GetThis(argv); Sort() local
625 JSHandle<JSTaggedValue> self = GetThis(argv); GetSize() local
646 JSHandle<JSTaggedValue> self = GetThis(argv); ConvertToArray() local
677 JSHandle<JSTaggedValue> self = GetThis(argv); ForEach() local
711 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local
[all...]
H A Dcontainers_bitvector.cpp69 JSHandle<JSTaggedValue> self = GetThis(argv); in Push() local
90 JSHandle<JSTaggedValue> self = GetThis(argv); in Pop() local
111 JSHandle<JSTaggedValue> self = GetThis(argv); Has() local
151 JSHandle<JSTaggedValue> self = GetThis(argv); SetBitsByRange() local
191 JSHandle<JSTaggedValue> self = GetThis(argv); GetBitsByRange() local
229 JSHandle<JSTaggedValue> self = GetThis(argv); Resize() local
258 JSHandle<JSTaggedValue> self = GetThis(argv); SetAllBits() local
281 JSHandle<JSTaggedValue> self = GetThis(argv); GetBitCountByRange() local
320 JSHandle<JSTaggedValue> self = GetThis(argv); GetIndexOf() local
360 JSHandle<JSTaggedValue> self = GetThis(argv); GetLastIndexOf() local
399 JSHandle<JSTaggedValue> self = GetThis(argv); FlipBitByIndex() local
430 JSHandle<JSTaggedValue> self = GetThis(argv); FlipBitsByRange() local
468 JSHandle<JSTaggedValue> self = GetThis(argv); GetSize() local
490 JSHandle<JSTaggedValue> self = GetThis(argv); GetIteratorObj() local
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Dtagged_node.cpp119 JSHandle<RBTreeNode> self = JSHandle<RBTreeNode>::Cast(nodeVa); in Divide() local
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Ddwarf_builder.cpp41 auto self = reinterpret_cast<DwarfBuilder *>(userData); in CreateSectionCallback() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dthread_manager.h162 MTManagedThread *self = MTManagedThread::GetCurrent(); in EnumerateThreadsForDump() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
H A Ddebugger.h231 ark::MTManagedThread *self = ark::MTManagedThread::GetCurrent(); variable

Completed in 14 milliseconds

12