| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | free_object_set.cpp | 46 if (freeObject_->Available() >= size) { in ObtainSmallFreeObject() 50 available_ -= curFreeObject->Available(); in ObtainSmallFreeObject() 52 ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->Available()); in ObtainSmallFreeObject() 66 if (curFreeObject->Available() >= size) { in ObtainLargeFreeObject() 74 available_ -= curFreeObject->Available(); in ObtainLargeFreeObject() 75 ASAN_UNPOISON_MEMORY_REGION(curFreeObject, curFreeObject->Available()); in ObtainLargeFreeObject() 91 if (freeObject_->Available() >= size) { in LookupSmallFreeObject() 108 if (curFreeObject->Available() >= size) { in LookupLargeFreeObject()
|
| D | tlab_allocator-inl.h | 38 if (youngAllocator_.Available() != 0) { in Finalize() 39 …eObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available()); in Finalize() 111 if (youngAllocator_.Available() != 0) { in ExpandYoung() 112 …eObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available()); in ExpandYoung() 121 if (youngAllocator_.Available() != 0) { in ExpandYoung() 122 …eObject::FillFreeObject(heap_->GetEcmaVM(), youngAllocator_.GetTop(), youngAllocator_.Available()); in ExpandYoung()
|
| D | allocator-inl.h | 112 if (remainSize <= bpAllocator_.Available()) { in Allocate() 126 auto size = bpAllocator_.Available(); in FreeBumpPoint() 133 size_t size = bpAllocator_.Available(); in FillBumpPointer() 209 return freeList_->GetFreeObjectSize() + bpAllocator_.Available(); in GetAvailableSize()
|
| D | free_object_list.cpp | 58 if (current->Available() < size) { in Allocate() 75 available_ -= object->Available(); in Allocate() 208 available_ += set->Available(); in AddSet() 238 available_ -= set->Available(); in RemoveSet()
|
| D | free_object_set.h | 41 inline size_t Available() const in Available() function
|
| D | sparse_space.cpp | 287 objSize = freeObject->Available(); in IterateOverObjects() 432 size_t available = allocator_->GetAvailableSize(); in CheckRegionSize() local 434 if (GetHeapObjectSize() + wasted + available != objectSize_) { in CheckRegionSize() 436 << ", free object size:" << available in CheckRegionSize()
|
| D | allocator.h | 70 size_t Available() const in Available() function
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | free_object.h | 36 return Available() == 0; in IsEmpty() 46 return reinterpret_cast<uintptr_t>(this) + Available(); in GetEnd() 56 inline uint32_t Available() const in Available() function
|
| /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/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;
|
| D | reg_map.cpp | 25 // Firstly map registers available for register allocator starting with the highest priority one in SetMask()
|
| /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_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/docs/ |
| D | reg_alloc_graph_coloring_doc.md | 20 Before coloring, available registers are collected from Architecture and remapped (to sequential nu… 50 …liques, and potentially neighbors from different cliques may occupy all available colors by their … 61 …t call-site convention-registers is not passed to allocator. When it is available, it’s worth to a…
|
| D | aot_cha.md | 7 The class order in class path influences on resulting class hierarchy that would be available for a…
|
| /arkcompiler/runtime_core/irtoc/ |
| D | CMakeLists.txt | 74 set(IRTOC_LANG_SOURCES ${IRTOC_LANG_SOURCES} PARENT_SCOPE) # To be available in irtoc_generate 76 # Unit tests for IRtoC frontend. Available only in x86 mode, since there is no need to test in diff…
|
| /arkcompiler/ets_runtime/docs/ |
| D | environment-setup-and-compilation.md | 42 The binary files related to ARK are available in the following paths:
|
| /arkcompiler/ets_runtime/ |
| D | README.md | 54 ### Available APIs
|
| /arkcompiler/runtime_core/cmake/ |
| D | Testing.cmake | 56 # Available sanitizers: address, thread, undefined
|
| D | Sanitizers.cmake | 67 # Available sanitizers: address, thread, undefined
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | debug_info.cpp | 242 // Line information is available for compilation unit DIEs. So we decode lines for the whole in GetSrcLocation() 245 // You could use objdump --dwarf=info <object file> to view available debug information. in GetSrcLocation() 287 …// No aranges are available or we can't find the corresponding arange. Iterate over all compilatio… in FindCompUnitByPc()
|
| /arkcompiler/runtime_core/docs/ |
| D | irtoc.md | 29 available in Irtoc lang. They can be set in the similar way as in the IrConstructor:
|
| /arkcompiler/runtime_core/runtime/interpreter/ |
| D | interpreter_impl.cpp | 32 // If it is GN Build with disabled asmjit and irtoc is not available in ExecuteImpl()
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 106 // 0 means - available, 1 - unavailable to use
|