| /arkcompiler/ets_runtime/test/aottest/ldsuperbyname/ |
| D | expect_output.txt | 14 Animal big then dog!
|
| D | ldsuperbyname.ts | 21 return 'Animal big then ';
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | humongous_obj_allocator-inl.h | 53 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The align is too big for this allocator. Return nullptr."; in Alloc() 65 // the size is too big in Alloc() 66 … LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "The size is too big for this allocator. Return nullptr."; in Alloc() 425 // This pool is too big for inserting in Reserved in TryToInsert() 426 LOG_HUMONGOUS_OBJ_ALLOCATOR(DEBUG) << "It is too big for Reserved memory"; in TryToInsert()
|
| D | heap_space.cpp | 95 // If saved pool size was very big and such pool can not be allocate after GC in ComputeNewSize() 264 // If saved pool size was very big and such pool can not be allocate in young after GC in ComputeNewYoung() 281 // If saved pool size was very big and such pool can not be allocate in tenured after GC in ComputeNewTenured()
|
| D | runslots.cpp | 33 …(slot_size <= SlotToSize(SlotsSizes::SLOT_MAX_SIZE_BYTES)), "Size of slot in RunSlots is too big"); in Initialize()
|
| D | bump-allocator.h | 45 // and also can allocate big pieces of memory for the TLABs.
|
| D | humongous_obj_allocator.h | 265 // - If the pool is too big for ReservedMemoryPools, we skip inserting.
|
| D | runslots_allocator.h | 63 * It gets a big pool of memory from OS and uses it for creating RunSlots with different slot sizes.
|
| D | region_space.cpp | 251 // 1.get region from pre-allocated region block(e.g. a big mmaped continuous space) in NewRegion()
|
| D | freelist_allocator-inl.h | 62 …LOG_FREELIST_ALLOCATOR(DEBUG) << "Try allocate too big memory for free list allocator. Return null… in Alloc() 343 // We have only one big memory block in this pool, in VisitAndRemoveFreePools()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | murmur3_hash.h | 102 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3() 163 // Do this because we don't want to dispatch Big/Little endianness. in MurmurHash3String()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | sparse_space.cpp | 84 …G_ECMA_MEM(INFO) << "Expand::Committed size " << committedSize_ << " of Sparse Space is too big. "; in Expand() 367 … LOG_ECMA_MEM(ERROR) << "Merge::Committed size " << committedSize_ << " of old space is too big. "; in Merge() 472 …M(FATAL) << "AddRegionTotList::Committed size " << committedSize_ << " of local space is too big."; in AddRegionToList()
|
| D | space.cpp | 77 … LOG_ECMA_MEM(INFO) << "Committed size " << committedSize_ << " of huge object space is too big."; in Allocate()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | runslots_allocator_test.cpp | 301 // Alloc one big object. this must cause runslots init with it size in TEST_F() 310 // Alloc big obj again. in TEST_F()
|
| D | heap_space_test.cpp | 193 // Try too big pool, now no space for such pool in TEST_F()
|
| /arkcompiler/runtime_core/compiler/docs/ |
| D | ir_builder.md | 109 # Big switch for each opcode
|
| D | reg_alloc_graph_coloring_doc.md | 37 …for successful coalescing. Or alternatively on post-coalescing potentially big amount of re-colori…
|
| D | cleanup_doc.md | 20 Removing dead code reduces the number of instructions. Merging linear path of blocks in one big blo…
|
| /arkcompiler/runtime_core/compiler/ |
| D | optimizer_run.cpp | 148 LOG(FATAL, COMPILER) << "RunOptimizations failed: code predicted size too big"; in RunOptimizations()
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | lda.const.yaml | 105 Check that big size literal arrays of primitives work as expected. 154 Check that big size literal arrays of strings work as expected.
|
| /arkcompiler/runtime_core/docs/ |
| D | aot.md | 98 <sup>*</sup> Aarch64 `adr` instruction has restriction to the maximum offset, thus in case of big o…
|
| D | ir_format.md | 114 2. Sea-of-Nodes has a big overhead for IR constructing and scheduling phases, that makes impossible… 267 …he instruction type. Therefore storing users in sequence container has one big drawback - frequent…
|
| /arkcompiler/runtime_core/platforms/unix/libpandabase/ |
| D | mem.cpp | 214 // Look at the big comment at the start of the method. in MapRWAnonymousFixedRaw()
|
| /arkcompiler/runtime_core/compiler/optimizer/optimizations/ |
| D | scheduler.cpp | 95 …COMPILER_LOG(DEBUG, SCHEDULER) << "Block " << bb->GetId() << " seems too big for scheduling, skipp… in BuildAllDeps()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 837 JSHandle<BigInt> big = BigInt::Uint64ToBigInt(thread, input); in New() local 838 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() 845 JSHandle<BigInt> big = BigInt::Int64ToBigInt(thread, input); in New() local 846 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in New() 853 JSHandle<BigInt> big = BigInt::CreateBigWords(thread, sign, size, words); in CreateBigWords() local 854 JSHandle<JSTaggedValue> bigint = JSHandle<JSTaggedValue>::Cast(big); in CreateBigWords()
|