Home
last modified time | relevance | path

Searched defs:header (Results 1 – 20 of 20) sorted by relevance

/ark/runtime_core/runtime/tests/
Dmonitor_test.cpp65 auto header = ObjectHeader::Create(cls); in TEST_F() local
76 auto header = ObjectHeader::Create(cls); in TEST_F() local
111 auto header = ObjectHeader::Create(cls); in TEST_F() local
127 auto header = ObjectHeader::Create(cls); in TEST_F() local
141 auto header = ObjectHeader::Create(cls); in TEST_F() local
205 auto header = ObjectHeader::Create(cls); in TEST_F() local
220 auto header = ObjectHeader::Create(cls); in TEST_F() local
237 auto header = ObjectHeader::Create(cls); in TEST_F() local
257 auto header = ObjectHeader::Create(cls); in TEST_F() local
/ark/runtime_core/libpandafile/
Dfile.h148 const Header *header = GetHeader(); in IsExternal() local
161 const Header *header = GetHeader(); in GetSpanFromId() local
168 const Header *header = GetHeader(); in GetClasses() local
176 const Header *header = GetHeader(); in GetLiteralArrays() local
184 const Header *header = GetHeader(); in GetIndexHeaders() local
194 for (const auto &header : headers) { in GetIndexHeader() local
204 auto *header = GetHeader(); in GetClassIndex() local
214 auto *header = GetHeader(); in GetMethodIndex() local
224 auto *header = GetHeader(); in GetFieldIndex() local
234 auto *header = GetHeader(); in GetProtoIndex() local
[all …]
Dfile.cpp515 auto header = reinterpret_cast<const File::Header *>(ptr.Get()); in CheckHeader() local
527 auto header = reinterpret_cast<const Header *>(ptr.Get()); in OpenFromMemory() local
546 auto header = reinterpret_cast<const Header *>(ptr.Get()); in OpenFromMemory() local
587 const Header *header = GetHeader(); in GetLiteralArraysId() local
Dfile_item_container.cpp912 for (auto &header : headers_) { in ComputeLayout() local
929 for (auto &header : headers_) { in Write() local
/ark/js_runtime/ecmascript/
Dobject_factory.cpp285 auto header = heap_->AllocateYoungOrHugeObject(klass, size); in CloneProperties() local
350 auto header = heap_->AllocateYoungOrHugeObject(klass, size); in CloneProperties() local
852 TaggedObject *header = heap_->AllocateYoungOrHugeObject(*dynclass); in NewDynObject() local
863 TaggedObject *header = heap_->AllocateNonMovableOrHugeObject(*dynclass); in NewNonMovableDynObject() local
1122 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewCompletionRecord() local
1133 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewGeneratorContext() local
1209 TaggedObject *header = heap_->AllocateNonMovableOrHugeObject(globalEnvClass); in NewGlobalEnv() local
1218 auto header = heap_->AllocateYoungOrHugeObject( in NewLexicalEnv() local
1228 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewJSSymbol() local
1247 TaggedObject *header = heap_->AllocateYoungOrHugeObject( in NewPrivateNameSymbol() local
[all …]
Dobject_factory-inl.h48 TaggedObject *header; in NewJSNativePointer() local
66 auto header = heap_->TryAllocateYoungGeneration( in InlineNewLexicalEnv() local
Djs_hclass-inl.h172 inline size_t JSHClass::SizeFromJSHClass(TaggedObject *header) in SizeFromJSHClass()
/ark/runtime_core/runtime/
Dintrinsics.cpp291 void ObjectMonitorEnter(ObjectHeader *header) in ObjectMonitorEnter()
306 void ObjectMonitorExit(ObjectHeader *header) in ObjectMonitorExit()
322 void ObjectWait(ObjectHeader *header) in ObjectWait()
328 void ObjectTimedWait(ObjectHeader *header, uint64_t timeout) in ObjectTimedWait()
334 void ObjectTimedWaitNanos(ObjectHeader *header, uint64_t timeout, uint64_t nanos) in ObjectTimedWaitNanos()
340 void ObjectNotify(ObjectHeader *header) in ObjectNotify()
346 void ObjectNotifyAll(ObjectHeader *header) in ObjectNotifyAll()
/ark/js_runtime/ecmascript/mem/
Dstw_young_gc_for_testing.cpp107 auto header = value.GetTaggedWeakRef(); in SweepPhases() local
120 WeakRootVisitor gcUpdateWeak = [](TaggedObject *header) { in SweepPhases()
Dfull_gc.cpp98 auto header = value.GetTaggedWeakRef(); in SweepPhases() local
120 WeakRootVisitor gcUpdateWeak = [](TaggedObject *header) { in SweepPhases()
Dtagged_object.h30 static TaggedObject *Cast(ObjectHeader *header) in Cast()
Dslots.h31 void Update(TaggedObject *header) in Update()
Dmark_word.h37 explicit MarkWord(TaggedObject *header) in MarkWord()
Dmix_gc.cpp112 WeakRootVisitor gcUpdateWeak = [this](TaggedObject *header) { in ProcessNativeDelete()
Dparallel_evacuation.cpp111 auto header = reinterpret_cast<TaggedObject *>(mem); in EvacuateRegion() local
258 WeakRootVisitor gcUpdateWeak = [isFullMark](TaggedObject *header) { in UpdateWeakReference()
351 auto header = reinterpret_cast<TaggedObject *>(mem); in UpdateAndSweepNewRegionReference() local
Dsparse_space.cpp220 auto header = reinterpret_cast<TaggedObject *>(mem); in FreeRegion() local
/ark/runtime_core/libpandafile/tests/
Dfile_item_container_test.cpp98 File::Header header = {}; in TEST() local
122 File::Header header = {}; in TEST() local
146 File::Header header; in TEST() local
/ark/runtime_core/runtime/mem/
Dfreelist.h242 void SetPrevHeader(MemoryBlockHeader *header) in SetPrevHeader()
Dhumongous_obj_allocator-inl.h196 void HumongousObjAllocator<AllocConfigT, LockConfigT>::InsertPool(MemoryPoolHeader *header) in InsertPool()
Dobject_helpers.cpp59 PandaString GetDebugInfoAboutObject(const ObjectHeader *header) in GetDebugInfoAboutObject()