Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
Dallocator-inl.h46 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()
56 void BumpPointerAllocator::ResetTopPointer(uintptr_t top) in ResetTopPointer()
165 void FreeListAllocator<T>::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer()
171 void FreeListAllocator<T>::ResetTopPointer(uintptr_t top) in ResetTopPointer()
Dthread_local_allocation_buffer.cpp18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset()
Dfree_object_list.cpp258 FreeObjectSet<T> *top = sets_[type]; in AddSet() local
288 FreeObjectSet<T> *top = sets_[type]; in RemoveSet() local
320 FreeObjectSet<T> *top = sets_[type]; in Merge() local
Dlinear_space.cpp91 uintptr_t top = allocator_.GetTop(); in Expand() local
137 auto top = allocator_.GetTop(); in IterateOverObjects() local
Dparallel_evacuator.cpp468 auto top = heap_->GetNewSpace()->GetTop(); in UpdateNewRegionReference() local
Dsparse_space.cpp49 void SparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer()
/arkcompiler/ets_runtime/ecmascript/js_api/
Djs_api_stack.cpp35 int top = static_cast<int>(stack->GetTop()); in Push() local
46 int top = this->GetTop(); in Peek() local
58 int top = this->GetTop(); in Pop() local
70 int top = this->GetTop(); in Search() local
119 int top = static_cast<int>(GetTop()); in Has() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stack_stub_builder.h38 GateRef top = LoadPrimitive(VariableType::INT32(), obj, IntPtr(JSAPIStack::TOP_OFFSET)); in BUILTINS_WITH_CONTAINERS_STACK_STUB_BUILDER() local
Dcontainers_stub_builder.h175 … GateRef top = LoadPrimitive(VariableType::INT32(), obj, IntPtr(JSAPIStack::TOP_OFFSET)); in ContainerGetSize() local
/arkcompiler/runtime_core/static_core/verification/value/tests/
Dabstract_typed_value_test.cpp40 auto top = Type::Top(); in TEST_F() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit.cpp49 [[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()
Dbouncing_peas_unit_napi.cpp50 … [[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()
194 … [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, in SkoalaCanvas1nDrawOval()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dfind_references.cpp77 auto top = node->GetTopStatement(); in GetLocationId() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool_allocator.h164 T top() in top() function
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_space.cpp43 void SharedSparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer()
596 uintptr_t top = allocator_.GetTop(); in Expand() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/builder/
DViewTreeBuilder.ts468 public top(): ViewTreeNodeImpl | null { method in TreeNodeStack
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp1269 uintptr_t top = regionAddr + liveObjectSize; in DeserializeSpaceObject() local
2210 uintptr_t top = region.GetTop(); in StopAllocate() local
2222 uintptr_t top = region.GetTop(); in WriteToFile() local
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp1104 uint64_t top = GetStackStart() + EcmaParamConfiguration::GetAllowedUpperStackDiff(); in IsLegalAsmSp() local
1112 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp() local
Djs_thread.h285 void ReSetNewSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetNewSpaceAllocationAddress()
291 void ReSetSOldSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetSOldSpaceAllocationAddress()
297 void ReSetSNonMovableSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetSNonMovableSpaceAllocationAddress()
/arkcompiler/ets_runtime/common_components/objects/string_table/
Dhashtriemap-inl.h43 Indirect* top = newIndirect; in Expand() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Darray_bounds_check_elimination.cpp493 Bound* top = nullptr; in UpdateBound() local
Dnew_object_stub_builder.cpp1680 auto top = LoadPrimitive(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInSOldPrologueImpl() local
1771 auto top = LoadPrimitive(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInYoungPrologueImpl() local
/arkcompiler/ets_frontend/arkguard/scripts/
Dcombination_config.json324 "top": { object
543 "top": { object
643 "top": { object
743 "top": { object
843 "top": { object
1199 "top": { object
1620 "top": { object
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp1781 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLo… in SetupChainExpr()
/arkcompiler/ets_frontend/ets2panda/parser/
DexpressionParser.cpp1731 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLo… in SetupChainExpr()

12