| /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
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | allocator-inl.h | 43 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() 51 void BumpPointerAllocator::ResetTopPointer(uintptr_t top) in ResetTopPointer() 144 void FreeListAllocator::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer() 149 void FreeListAllocator::ResetTopPointer(uintptr_t top) in ResetTopPointer()
|
| 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 | linear_space.cpp | 82 uintptr_t top = allocator_.GetTop(); in Expand() local 127 auto top = allocator_.GetTop(); in IterateOverObjects() local
|
| D | parallel_evacuator.cpp | 375 auto top = heap_->GetNewSpace()->GetTop(); in UpdateNewRegionReference() local
|
| D | sparse_space.cpp | 52 void SparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer()
|
| /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/runtime_core/static_core/verification/value/tests/ |
| D | abstract_typed_value_test.cpp | 40 auto top = Type::Top(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/ |
| D | bouncing_peas_unit.cpp | 49 [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) in SkoalaPictureRecorder1nBeginRecording() 60 [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) in SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() 184 … [[maybe_unused]] float left, [[maybe_unused]] float top, in SkoalaCanvas1nDrawOval()
|
| D | bouncing_peas_unit_napi.cpp | 50 … [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, in SkoalaPictureRecorder1nBeginRecording() 63 … [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, in SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() 201 … [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, in SkoalaCanvas1nDrawOval()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_thread.cpp | 670 uint64_t top = GetStackStart(); in IsLegalAsmSp() local 678 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp() local
|
| D | js_thread.h | 167 void ReSetNewSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetNewSpaceAllocationAddress()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
| D | mempool_allocator.h | 164 T top() in top() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | array_bounds_check_elimination.cpp | 481 Bound* top = nullptr; in UpdateBound() local
|
| D | mcr_lowering.cpp | 732 GateRef top = builder_.Load(VariableType::JS_POINTER(), topAddress, builder_.IntPtr(0)); in HeapAllocateInYoung() local
|
| D | new_object_stub_builder.cpp | 840 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInYoung() local
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
| D | cocos_worker_test.js | 6616 top: 0, property 32120 top: new jsb.ImageAsset, property 32140 top: new jsb.ImageAsset, property 39668 top: m.v2(0, 0), property
|