Home
last modified time | relevance | path

Searched defs:top (Results 1 - 19 of 19) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dthread_local_allocation_buffer.cpp18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
H A Dfree_object_list.cpp225 FreeObjectSet<T> *top = sets_[type]; in AddSet() local
255 FreeObjectSet<T> *top = sets_[type]; in RemoveSet() local
[all...]
H A Dallocator-inl.h46 void BumpPointerAllocator::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
56 void BumpPointerAllocator::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument
165 void FreeListAllocator<T>::ResetBumpPointer(uintptr_t begin, uintptr_t end, uintptr_t top) in ResetBumpPointer() argument
171 void FreeListAllocator<T>::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument
H A Dlinear_space.cpp88 uintptr_t top = allocator_.GetTop(); in Expand() local
280 uintptr_t top = allocator_.GetTop(); in Expand() local
[all...]
H A Dparallel_evacuator.cpp507 auto top = heap_->GetNewSpace()->GetTop(); in UpdateNewRegionReference() local
H A Dsparse_space.cpp48 void SparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dcontainers_stack_stub_builder.h32 GateRef top = Load(VariableType::INT32(), obj, IntPtr(JSAPIStack::TOP_OFFSET)); in GetSize() local
/arkcompiler/runtime_core/static_core/verification/value/tests/
H A Dabstract_typed_value_test.cpp40 auto top = Type::Top(); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/js_api/
H A 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(); Search() local
119 int top = static_cast<int>(GetTop()); Has() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
H A Dbouncing_peas_unit.cpp47 SkoalaPictureRecorder1nBeginRecording( [[maybe_unused]] ark::Method *m, [[maybe_unused]] long ptr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) SkoalaPictureRecorder1nBeginRecording() argument
58 SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull( [[maybe_unused]] ark::Method *m, [[maybe_unused]] long ptr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom) SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() argument
182 SkoalaCanvas1nDrawOval([[maybe_unused]] ark::Method *m, [[maybe_unused]] long canvasPtr , [[maybe_unused]] float left, [[maybe_unused]] float top, [[maybe_unused]] float right, [[maybe_unused]] float bottom, [[maybe_unused]] long paintPtr ) SkoalaCanvas1nDrawOval() argument
H A Dbouncing_peas_unit_napi.cpp48 SkoalaPictureRecorder1nBeginRecording( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nBeginRecording() argument
61 SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull( [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long ptr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom) SkoalaPictureRecorder1nFinishRecordingAsPictureWithCull() argument
192 SkoalaCanvas1nDrawOval([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, [[maybe_unused]] ets_long canvasPtr , [[maybe_unused]] ets_float left, [[maybe_unused]] ets_float top, [[maybe_unused]] ets_float right, [[maybe_unused]] ets_float bottom, [[maybe_unused]] ets_long paintPtr ) SkoalaCanvas1nDrawOval() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h164 T top() in top() function in maple::MapleStack
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_space.cpp44 void SharedSparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument
514 uintptr_t top = allocator_.GetTop(); in Expand() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h233 void ReSetNewSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetNewSpaceAllocationAddress() argument
239 void ReSetSOldSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetSOldSpaceAllocationAddress() argument
245 void ReSetSNonMovableSpaceAllocationAddress(const uintptr_t *top, const uintptr_t* end) in ReSetSNonMovableSpaceAllocationAddress() argument
H A Djs_thread.cpp921 uint64_t top = GetStackStart() + EcmaParamConfiguration::GetAllowedUpperStackDiff(); in IsLegalAsmSp() local
929 uintptr_t top = bottom + maxStackSize; in IsLegalThreadSp() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Darray_bounds_check_elimination.cpp493 Bound* top = nullptr; in UpdateBound() local
H A Dnew_object_stub_builder.cpp1430 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInSOldPrologue() local
1480 auto top = Load(VariableType::JS_POINTER(), topAddress, IntPtr(0)); in AllocateInYoungPrologue() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1718 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLoc) in SetupChainExpr() argument
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp1800 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLoc) in SetupChainExpr() argument

Completed in 26 milliseconds