| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_set.cpp | 85 if (freeObject_->Available() >= size) { in ObtainSmallFreeObject() 89 available_ -= curFreeObject->Available(); in ObtainSmallFreeObject() 91 ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->Available()); in ObtainSmallFreeObject() 109 if (curFreeObject->Available() >= size) { in ObtainLargeFreeObject() 117 available_ -= curFreeObject->Available(); in ObtainLargeFreeObject() 118 ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->Available()); in ObtainLargeFreeObject() 127 …// When looking up suitable freeobject fails, available free size should update to a value less th… in ObtainLargeFreeObject() 140 if (freeObject_->Available() >= size) { in LookupSmallFreeObject() 160 if (curFreeObject->Available() >= size) { in LookupLargeFreeObject()
|
| D | tlab_allocator-inl.h | 39 if (youngAllocator_.Available() != 0) { in Finalize() 40 FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.Available()); in Finalize() 115 if (youngAllocator_.Available() != 0) { in ExpandYoung() 116 … FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.Available()); in ExpandYoung() 125 if (youngAllocator_.Available() != 0) { in ExpandYoung() 126 … FreeObject::FillFreeObject(heap_, youngAllocator_.GetTop(), youngAllocator_.Available()); in ExpandYoung()
|
| D | thread_local_allocation_buffer.h | 42 size_t Available() const in Available() function 44 return bpAllocator_.Available(); in Available() 77 if (bpAllocator_.Available() >= tlabWasteLimit_) { in NeedNewTlab()
|
| D | allocator-inl.h | 132 if (remainSize <= bpAllocator_.Available()) { in Allocate() 147 auto size = bpAllocator_.Available(); in FreeBumpPoint() 158 size_t size = bpAllocator_.Available(); in FillBumpPointer() 253 return freeList_->GetFreeObjectSize() + bpAllocator_.Available(); in GetAvailableSize()
|
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| D | run_js_perf_test.sh | 68 check_command_exist git || { echo "git is not available"; return $ret_error; } 69 check_command_exist unzip || { echo "unzip is not available"; return $ret_error; } 70 check_command_exist jq || { echo "jq is not available"; return $ret_error; } 71 check_command_exist python3 || { echo "python3 is not available"; return $ret_error; }
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | free_object.h | 38 return Available() == 0; in IsEmpty() 48 return reinterpret_cast<uintptr_t>(this) + Available(); in GetEnd() 58 uint32_t Available() const;
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | basics_aot.pa | 15 …itten in pure PandaAssembly i.e. some features are not available e.g. inheritance (it is available…
|
| D | inline_external.pa | 15 …itten in pure PandaAssembly i.e. some features are not available e.g. inheritance (it is available…
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/17.experimental_features/05.callable_types/ |
| D | ct.params.yaml | 27 // CTE if both invoke and instantiate are available 40 // CTE if both invoke and instantiate are available 53 // CTE if both invoke and instantiate are available
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/main/ |
| D | indexable_type_element_access.sts | 23 getClass[0] = getClass; // Error - no $_set function available 29 setClass = setClass[0]; // Error - no $_get function available
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/compiler/ets/ |
| D | method-resolution-class-and-interface-in-signatures_4.sts | 39 /* @@? 34:22 Error TypeError: Call to `foo` is ambiguous as `2` versions of `foo` are available: `f… 40 /* @@? 34:22 Error TypeError: Call to `foo` is ambiguous as `2` versions of `foo` are available: `f…
|
| /arkcompiler/ets_frontend/ets2panda/test/ast/parser/ets/ |
| D | ambiguous_call_2.sts | 30 /* @@? 27:5 Error TypeError: Call to `goo` is ambiguous as `2` versions of `goo` are available: `go… 31 /* @@? 27:5 Error TypeError: Call to `goo` is ambiguous as `2` versions of `goo` are available: `go…
|
| D | lambda-type-inference-overloaded-1.sts | 38 /* @@@ label1 Error TypeError: Call to `foo` is ambiguous as `2` versions of `foo` are available: `… 39 /* @@@ label2 Error TypeError: Call to `foo` is ambiguous as `2` versions of `foo` are available: `…
|
| D | this_type_function_return_invalid.sts | 18 /* @@@ label Error SyntaxError: A 'this' type is available only as return type in a non-static meth…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | task_manager.md | 47 1. Getting available `WorkerThread` from the pool of available worker threads 48 1. Returning `WorkerThread` back to the pool of available worker threads
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/05.generics/02.generic_instantiations/01.type_arguments/type_arguments_of_parameterized_declarations/ |
| D | class_variance.sts | 21 …It restricts available methods so it is only allowed to access methods that do not use T or do use… 24 …It restricts available methods so it is only allowed to access methods that do not use T or do use…
|
| D | class_variance_neg2.sts | 21 …It restricts available methods so it is only allowed to access methods that do not use T or do use… 24 …It restricts available methods so it is only allowed to access methods that do not use T or do use…
|
| D | interface_variance.sts | 21 …It restricts available methods so it is only allowed to access methods that do not use T or do use… 24 …It restricts available methods so it is only allowed to access methods that do not use T or do use…
|
| D | interface_variance_2.sts | 21 …It restricts available methods so it is only allowed to access methods that do not use T or do use… 24 …It restricts available methods so it is only allowed to access methods that do not use T or do use…
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_this_type1-expected.txt | 1 SyntaxError: A 'this' type is available only in a non-static member of a class or interface. [test_…
|
| D | test-class-auto-accessor-7-expected.txt | 1 SyntaxError: Decorators are not available for auto accessor property now. [test-class-auto-accessor…
|
| D | test_this_type2-expected.txt | 1 SyntaxError: A 'this' type is available only in a non-static member of a class or interface. [test_…
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_map.h | 27 …* Since the set of available codegen's registers can be sparse, we create local regalloc registers… 32 * - there are 3 available registers: r16, r18, r20;
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/regalloc/ |
| D | reg_map.h | 27 …* Since the set of available codegen's registers can be sparse, we create local regalloc registers… 32 * - there are 3 available registers: r16, r18, r20;
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_bigint.h | 25 …u::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available. 34 …u::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
|