Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 294) sorted by relevance

12345678910>>...12

/arkcompiler/runtime_core/runtime/include/
Dobject_accessor-inl.h29 inline ObjectHeader *ObjectAccessor::GetObject(const void *obj, size_t offset) in GetObject()
40 inline void ObjectAccessor::SetObject(void *obj, size_t offset, ObjectHeader *value) in SetObject()
70 …ectHeader *ObjectAccessor::GetObject([[maybe_unused]] const ManagedThread *thread, const void *obj, in GetObject()
82 inline void ObjectAccessor::SetObject(const ManagedThread *thread, void *obj, size_t offset, Object… in SetObject()
110 inline T ObjectAccessor::GetFieldPrimitive(const void *obj, const Field &field) in GetFieldPrimitive()
120 inline void ObjectAccessor::SetFieldPrimitive(void *obj, const Field &field, T value) in SetFieldPrimitive()
131 inline ObjectHeader *ObjectAccessor::GetFieldObject(const void *obj, const Field &field) in GetFieldObject()
141 inline void ObjectAccessor::SetFieldObject(void *obj, const Field &field, ObjectHeader *value) in SetFieldObject()
155 inline ObjectHeader *ObjectAccessor::GetFieldObject(const ManagedThread *thread, const void *obj, c… in GetFieldObject()
165 inline void ObjectAccessor::SetFieldObject(const ManagedThread *thread, void *obj, const Field &fie… in SetFieldObject()
[all …]
Dobject_accessor.h31 static T GetPrimitive(const void *obj, size_t offset) in GetPrimitive()
37 static void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive()
121 static inline T GetDynValue(const void *obj, size_t offset) in GetDynValue()
131 static T Get(const void *obj, size_t offset) in Get()
144 static void Set(void *obj, size_t offset, T value) in Set()
157 static T Get(const void *obj, size_t offset, std::memory_order memory_order) in Get()
166 static void Set(void *obj, size_t offset, T value, std::memory_order memory_order) in Set()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer()
152 void ContainerSet(GateRef glue, GateRef obj, GateRef index, GateRef value, ContainersType type) in ContainerSet()
170 GateRef ContainerGetSize(GateRef obj, ContainersType type) in ContainerGetSize()
229 GateRef ContainerGetValue(GateRef obj, GateRef index, ContainersType type) in ContainerGetValue()
272 GateRef ContainerGetKey(GateRef obj, GateRef index, ContainersType type) in ContainerGetKey()
289 GateRef ContainerGetNode(GateRef obj, GateRef index, ContainersType type) in ContainerGetNode()
314 GateRef PlainArrayGetKey(GateRef obj, GateRef index) in PlainArrayGetKey()
320 GateRef QueueGetNextPosition(GateRef obj, GateRef index) in QueueGetNextPosition()
326 GateRef QueueGetCurrentFront(GateRef obj) in QueueGetCurrentFront()
Dcontainers_deque_stub_builder.h31 GateRef GetSize(GateRef obj) in GetSize()
41 GateRef Get(GateRef obj, GateRef index) in Get()
51 GateRef GetFirst(GateRef obj) in GetFirst()
56 GateRef GetLast(GateRef obj) in GetLast()
61 GateRef GetElementsLength(GateRef obj) in GetElementsLength()
Dcontainers_plainarray_stub_builder.h30 GateRef GetSize(GateRef obj) in GetSize()
35 GateRef Get(GateRef obj, GateRef index) in Get()
42 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
48 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dcontainers_lightweightset_stub_builder.h31 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
41 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_lightweightmap_stub_builder.h31 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef GetKey(GateRef obj, GateRef index) in GetKey()
43 GateRef GetValue(GateRef obj, GateRef index) in GetValue()
Dcontainers_queue_stub_builder.h31 GateRef GetArrayLength(GateRef obj) in GetArrayLength()
62 GateRef Get(GateRef obj, GateRef index) in Get()
72 GateRef GetNextPosition(GateRef obj, GateRef index) in GetNextPosition()
80 GateRef GetCurrentFront(GateRef obj) in GetCurrentFront()
Dcontainers_vector_stub_builder.h30 GateRef GetSize(GateRef obj) in GetSize()
35 GateRef Get(GateRef obj, GateRef index) in Get()
41 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dcontainers_stack_stub_builder.h30 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef Get(GateRef obj, GateRef index) in Get()
42 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dcontainers_arraylist_stub_builder.h30 GateRef GetSize(GateRef obj) in GetSize()
36 GateRef Get(GateRef obj, GateRef index) in Get()
43 void Set(GateRef glue, GateRef obj, GateRef index, GateRef value) in Set()
Dcontainers_hashset_stub_builder.h31 GateRef GetTableLength(GateRef obj) in GetTableLength()
38 GateRef GetNode(GateRef obj, GateRef index) in GetNode()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.cpp515 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
545 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, ui… in GetProperty()
572 OperationResult JSTaggedValue::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
600 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty()
629 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, uint32_t key, in SetProperty()
659 bool JSTaggedValue::SetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in SetProperty()
689 bool JSTaggedValue::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty()
712 bool JSTaggedValue::DeletePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeletePropertyOrThrow()
733 bool JSTaggedValue::DefinePropertyOrThrow(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefinePropertyOrThrow()
750 bool JSTaggedValue::DefineOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty()
[all …]
Djs_object.cpp60 const TaggedObject *obj = this; in GetCallTarget() local
72 …<TaggedArray> JSObject::GrowElementsCapacity(const JSThread *thread, const JSHandle<JSObject> &obj, in GrowElementsCapacity()
191 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary()
272 void JSObject::DeletePropertyInternal(JSThread *thread, const JSHandle<JSObject> &obj, in DeletePropertyInternal()
302 void JSObject::GetAllKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllKeys()
326 void JSObject::GetAllKeys(const JSHandle<JSObject> &obj, std::vector<JSTaggedValue> &keyVector) in GetAllKeys()
342 …TaggedArray> JSObject::GetAllEnumKeys(const JSThread *thread, const JSHandle<JSObject> &obj, int o… in GetAllEnumKeys()
380 void JSObject::GetAllElementKeys(JSThread *thread, const JSHandle<JSObject> &obj, int offset, in GetAllElementKeys()
407 void JSObject::GetALLElementKeysIntoVector(const JSThread *thread, const JSHandle<JSObject> &obj, in GetALLElementKeysIntoVector()
424 JSHandle<TaggedArray> JSObject::GetEnumElementKeys(JSThread *thread, const JSHandle<JSObject> &obj,… in GetEnumElementKeys()
[all …]
/arkcompiler/runtime_core/verification/util/tests/
Dcallable_test.cpp29 struct obj final { struct
30 int operator()(int x, int y) const in operator ()()
34 int some_method(int x, int y) const in some_method()
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dvn.cpp26 static void AddSpecialTraits(Inst *inst, VnObject *obj) in AddSpecialTraits()
63 void VnObject::Add(uint32_t obj) in Add()
69 void VnObject::Add(uint64_t obj) in Add()
78 bool VnObject::Compare(VnObject *obj) in Compare()
137 auto obj = GetGraph()->GetLocalAllocator()->New<VnObject>(); in FindEqualVnOrCreateNew() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dbarriers.h29 static inline void SetPrimitive(void *obj, size_t offset, T value) in SetPrimitive()
37 static inline bool AtomicSetPrimitive(volatile void *obj, size_t offset, T oldValue, T value) in AtomicSetPrimitive()
48 static inline T GetValue(const void *obj, size_t offset) in GetValue()
Dbarriers-inl.h25 static ARK_INLINE void WriteBarrier(void *obj, size_t offset, JSTaggedType value) in WriteBarrier()
46 inline void Barriers::SetObject([[maybe_unused]] const JSThread *thread, void *obj, size_t offset, in SetObject()
/arkcompiler/runtime_core/verification/util/
Dcallable.h71 constexpr callable(const T &obj) in callable()
78 constexpr callable(T &obj) in callable()
85 constexpr callable(const T &obj, R (T::*param_method)(Args...) const) in callable() argument
92 constexpr callable(T &obj, R (T::*param_method)(Args...)) in callable()
Dequiv_classes.h139 auto obj = lhs_tail_obj_entry.Next; in JoinClasses() local
151 ObjIndex obj; in NewObjIndex() local
167 void DisposeObjIndex(ObjIndex obj) in DisposeObjIndex()
202 if (auto obj = fetcher()) { in EquateLazy() local
229 ObjIndex obj = ClsEntry(cls).Head; in AllEqualToLazy() local
243 if (auto obj = fetcher()) { in IsAllEqualLazy() local
272 size_t ClassSizeOf(ObjIndex obj) const in ClassSizeOf()
/arkcompiler/runtime_core/runtime/
Dmonitor.cpp139 Monitor::State Monitor::MonitorEnter(ObjectHeader *obj, bool trylock) in MonitorEnter()
275 Monitor::State Monitor::MonitorExit(ObjectHeader *obj) in MonitorExit()
332 Monitor::State Monitor::Wait(ObjectHeader *obj, ThreadStatus status, uint64_t timeout, uint64_t nan… in Wait()
443 Monitor::State Monitor::Notify(ObjectHeader *obj) in Notify()
492 Monitor::State Monitor::NotifyAll(ObjectHeader *obj) in NotifyAll()
614 void Monitor::InitWithOwner(MTManagedThread *thread, ObjectHeader *obj) in Acquire()
691 bool Monitor::Inflate(ObjectHeader *obj, MTManagedThread *thread) in Acquire()
766 bool Monitor::Deflate(ObjectHeader *obj) in Acquire()
834 uint8_t Monitor::HoldsLock(ObjectHeader *obj) in Acquire()
858 uint32_t Monitor::GetLockOwnerOsThreadID(ObjectHeader *obj) in Acquire()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h36 DataViewType TypedArrayHelper::GetType(const JSHandle<JSTypedArray> &obj) in GetType()
70 uint32_t TypedArrayHelper::GetElementSize(const JSHandle<JSTypedArray> &obj) in GetElementSize()
95 …TaggedValue> TypedArrayHelper::GetConstructor(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in GetConstructor()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_object.cpp46 JSHandle<JSObject> obj = in ObjectConstructor() local
55 …JSHandle<JSObject> obj = ecmaVm->GetFactory()->OrdinaryNewJSObjectCreate(env->GetObjectFunctionPro… in ObjectConstructor() local
136 …dValue BuiltinsObject::ObjectDefineProperties(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in ObjectDefineProperties()
219 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in Create() local
260 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in DefineProperty() local
296 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in Freeze() local
360 JSHandle<JSObject> obj = JSTaggedValue::ToObject(thread, object); in GetOwnPropertyKeys() local
416 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in GetOwnPropertyNames() local
430 JSHandle<JSTaggedValue> obj = GetCallArg(argv, 0); in GetOwnPropertySymbols() local
448 JSHandle<JSObject> obj = JSTaggedValue::ToObject(thread, func); in GetPrototypeOf() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp251 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
271 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
291 JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, in HWTEST_F_L0() local
326 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
350 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
373 JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, in HWTEST_F_L0() local
409 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
433 …JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, Data… in HWTEST_F_L0() local
469 JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array, in HWTEST_F_L0() local
556 JSHandle<JSTaggedValue> obj = JSHandle<JSTaggedValue>(thread, CreateTypedArray(thread, array)); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp64 OperationResult ModuleNamespace::GetProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetProperty()
112 …TaggedArray> ModuleNamespace::OwnPropertyKeys(JSThread *thread, const JSHandle<JSTaggedValue> &obj) in OwnPropertyKeys()
137 const JSHandle<JSTaggedValue> &obj, in DefineOwnProperty()
182 bool ModuleNamespace::HasProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in HasProperty()
204 bool ModuleNamespace::SetPrototype([[maybe_unused]]const JSHandle<JSTaggedValue> &obj, in SetPrototype()
213 bool ModuleNamespace::GetOwnProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in GetOwnProperty()
250 bool ModuleNamespace::DeleteProperty(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in DeleteProperty()

12345678910>>...12