/arkcompiler/ets_frontend/es2panda/compiler/base/ |
H A D | lreference.cpp | 42 obj_ = pg_->AllocReg(); in LReference() 44 node_->AsMemberExpression()->CompileObject(pg_, obj_); in LReference() 63 pg_->LoadAccumulator(node_, obj_); in GetValue() 70 pg_->Equal(node_, obj_); in GetValue() 73 pg_->LoadAccumulator(node_, obj_); in GetValue() 80 pg_->LoadAccumulator(node_, obj_); in GetValue() 86 pg_->LoadObjProperty(node_, obj_, prop_); in GetValue() 105 pg_->StoreSuperProperty(node_, obj_, prop_); in SetValue() 113 pg_->StorePrivateProperty(node_, result.lexLevel, result.result.slot, obj_); in SetValue() 124 pg_->Equal(node_, obj_); in SetValue() [all...] |
H A D | lreference.h | 61 VReg obj_; member in panda::es2panda::panda::es2panda::compiler::LReference
|
/arkcompiler/runtime_core/static_core/runtime/ |
H A D | global_handle_storage.h | 51 return obj_; in GetObject() 66 obj_ = obj; in SetObject() 71 return reinterpret_cast<uintptr_t>(&obj_); in GetObjectAddress() 75 T obj_; member in ark::GlobalHandleStorage::Node
|
H A D | monitor.h | 167 obj_ = object; in SetObject() 172 return obj_; in GetObject() 184 ObjectHeader *obj_ {nullptr}; // Used for GC deflation
|
H A D | monitor.cpp | 845 ASSERT(obj_ != nullptr); in Acquire() 850 MarkWord oldMark = obj_->AtomicGetMark(); in Acquire() 861 while (!obj_->AtomicSetMark<false>(oldMark, newMark)) { in Acquire()
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_helper.h | 177 : vm_(vm), obj_(obj), callback_(callback) {} in NativeReferenceHelper() 180 obj_.FreeGlobalHandleAddr(); in ~NativeReferenceHelper() 185 that->obj_.FreeGlobalHandleAddr(); in FreeGlobalCallBack() 199 obj_.SetWeakCallback(this, FreeGlobalCallBack, NativeFinalizeCallBack); in SetWeakCallback() 204 Global<ObjectRef> obj_; member in panda::NativeReferenceHelper
|
/arkcompiler/ets_frontend/ets2panda/compiler/base/ |
H A D | lreference.cpp | 96 obj_ = pg_->AllocReg(); in JSLReference() 98 pg_->StoreAccumulator(Node(), obj_); in JSLReference() local 125 pg_->LoadObjProperty(Node(), obj_); in GetValue() local 135 pg_->ClassPrivateFieldGet(Node(), privateCtor_, obj_, std::get<util::StringView>(prop_)); in GetValue() local 152 pg_->StoreSuperProperty(Node(), obj_, prop_); in SetValue() local 157 pg_->StoreObjProperty(Node(), obj_, prop_); in SetValue() local 162 pg_->ClassPrivateFieldSet(Node(), privateCtor_, obj_, std::get<util::StringView>(prop_)); in SetValue() local
|
H A D | lreference.h | 127 VReg obj_; member in ark::es2panda::ark::es2panda::ark::es2panda::compiler::JSLReference
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_global_storage.h | 32 return obj_; in GetObject() 37 obj_ = obj; in SetObject() 92 return reinterpret_cast<uintptr_t>(&obj_); in GetObjectAddress() 108 JSTaggedType obj_; member in panda::ecmascript::Node
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
H A D | inst.h | 5867 : Base(std::move(t)), obj_(reinterpret_cast<uint64_t>(obj)) 5873 : Base(std::move(t)), obj_(obj) 5882 clone->CastToLoadImmediate()->obj_ = obj_; 5888 return reinterpret_cast<void *>(obj_); 5904 obj_ = reinterpret_cast<uint64_t>(obj); 5910 return reinterpret_cast<RuntimeInterface::MethodPtr>(obj_); 5921 obj_ = reinterpret_cast<uint64_t>(obj); 5927 return reinterpret_cast<RuntimeInterface::ClassPtr>(obj_); 5938 return static_cast<uintptr_t>(obj_); [all...] |
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | g1gc_test.cpp | 123 obj_(MTManagedThread::GetCurrent(), obj), in RemSetChecker() 149 ObjectHeader *object = obj_.GetPtr(); in Check() 157 VMHandle<ObjectHeader> obj_; member in ark::mem::RemSetChecker
|