| /arkcompiler/ets_runtime/ecmascript/mem/ |
| H A D | thread_local_allocation_buffer.cpp | 18 void ThreadLocalAllocationBuffer::Reset(uintptr_t begin, uintptr_t end, uintptr_t top) in Reset() argument
|
| H A D | free_object_list.cpp | 225 FreeObjectSet<T> *top = sets_[type]; in AddSet() local 255 FreeObjectSet<T> *top = sets_[type]; in RemoveSet() local [all...] |
| H A D | allocator-inl.h | 46 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 D | linear_space.cpp | 88 uintptr_t top = allocator_.GetTop(); in Expand() local 280 uintptr_t top = allocator_.GetTop(); in Expand() local [all...] |
| H A D | parallel_evacuator.cpp | 507 auto top = heap_->GetNewSpace()->GetTop(); in UpdateNewRegionReference() local
|
| H A D | sparse_space.cpp | 48 void SparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A 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/ |
| H A D | abstract_typed_value_test.cpp | 40 auto top = Type::Top(); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| H A D | js_api_stack.cpp | 35 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 D | bouncing_peas_unit.cpp | 47 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 D | bouncing_peas_unit_napi.cpp | 48 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 D | mempool_allocator.h | 164 T top() in top() function in maple::MapleStack
|
| /arkcompiler/ets_runtime/ecmascript/mem/shared_heap/ |
| H A D | shared_space.cpp | 44 void SharedSparseSpace::ResetTopPointer(uintptr_t top) in ResetTopPointer() argument 514 uintptr_t top = allocator_.GetTop(); in Expand() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_thread.h | 233 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 D | js_thread.cpp | 921 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 D | array_bounds_check_elimination.cpp | 493 Bound* top = nullptr; in UpdateBound() local
|
| H A D | new_object_stub_builder.cpp | 1430 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 D | expressionParser.cpp | 1718 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLoc) in SetupChainExpr() argument
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | expressionParser.cpp | 1800 ir::Expression *ParserImpl::SetupChainExpr(ir::Expression *const top, lexer::SourcePosition startLoc) in SetupChainExpr() argument
|