Searched defs:top (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/js_api/ |
D | js_api_stack.cpp | 36 int top = static_cast<int>(stack->GetTop()); in Push() local 47 int top = this->GetTop(); in Peek() local 59 int top = this->GetTop(); in Pop() local 71 int top = this->GetTop(); in Search() local 116 int top = static_cast<int>(GetTop()); in Has() local 131 uint32_t top = static_cast<uint32_t>(obj->GetTop()); in OwnKeys() local
|
/arkcompiler/runtime_core/verification/type/ |
D | type_sort.h | 27 SortNames(const PandaString &bot, const PandaString &top) in SortNames()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | free_object_list.cpp | 191 FreeObjectSet *top = sets_[type]; in AddSet() local 218 FreeObjectSet *top = sets_[type]; in RemoveSet() local 248 FreeObjectSet *top = sets_[type]; in Merge() local
|
D | allocator-inl.h | 43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() 139 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer()
|
D | linear_space.cpp | 58 uintptr_t top = allocator_.GetTop(); in Expand() local 103 auto top = allocator_.GetTop(); in IterateOverObjects() local
|
D | parallel_evacuator.cpp | 324 auto top = heap_->GetNewSpace()->GetTop(); in UpdateNewRegionReference() local
|
/arkcompiler/runtime_core/verification/type/tests/ |
D | type_system_test.cpp | 46 auto top = typesystem.Top(); in TEST_F() local 117 auto top = typesystem.Top(); in TEST_F() local 206 auto top = typesystem.Top(); in TEST_F() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stack_stub_builder.h | 32 GateRef top = Load(VariableType::INT32(), obj, IntPtr(JSAPIStack::TOP_OFFSET)); in GetSize() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_thread.cpp | 557 uint64_t top = GetStackStart(); in IsLegalAsmSp() local 565 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp() local
|
D | js_thread.h | 253 void ReSetNewSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetNewSpaceAllocationAddress()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | new_object_stub_builder.cpp | 238 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInYoung() local
|
D | type_lowering.cpp | 679 auto top = builder_.Load(VariableType::JS_POINTER(), topAddress, builder_.IntPtr(0)); in LowerHeapAllocateInYoung() local
|