/external/v8/src/snapshot/ |
D | builtin-deserializer-allocator.cc | 47 if (handler_allocation_ != kNullAddress) { in Allocate() 53 DCHECK_EQ(kNullAddress, handler_allocation_); in Allocate() 56 DCHECK_NE(kNullAddress, handler_allocations_->at(index)); in Allocate() 77 result.push_back({builtin_size, kNullAddress, kNullAddress}); in CreateReservationsForEagerBuiltinsAndHandlers() 91 result.push_back({builtin_size, kNullAddress, kNullAddress}); in CreateReservationsForEagerBuiltinsAndHandlers() 113 result.push_back({handler_size, kNullAddress, kNullAddress}); in CreateReservationsForEagerBuiltinsAndHandlers()
|
D | default-deserializer-allocator.cc | 48 DCHECK_NE(address, kNullAddress); in AllocateRaw() 129 {r.chunk_size(), kNullAddress, kNullAddress}); in DecodeReservation()
|
D | builtin-deserializer-allocator.h | 138 Address handler_allocation_ = kNullAddress;
|
/external/v8/src/heap/ |
D | spaces.cc | 38 : cur_addr_(kNullAddress), in HeapObjectIterator() 39 cur_end_(kNullAddress), in HeapObjectIterator() 45 : cur_addr_(kNullAddress), in HeapObjectIterator() 46 cur_end_(kNullAddress), in HeapObjectIterator() 235 return kNullAddress; in AllocateRawMemory() 243 return kNullAddress; in AllocateRawMemory() 312 highest_ever_allocated_(kNullAddress), in MemoryAllocator() 530 return kNullAddress; in ReserveAlignedMemory() 546 if (base == kNullAddress) return kNullAddress; in AllocateAlignedMemory() 551 base = kNullAddress; in AllocateAlignedMemory() [all …]
|
D | local-allocator.h | 38 if (info.limit() != kNullAddress && info.limit() == top) { in Finalize() 39 DCHECK_NE(info.top(), kNullAddress); in Finalize()
|
D | spaces-inl.h | 174 if (allocation_info_.top() != kNullAddress) { in TryFreeLast() 361 DCHECK_NE(top(), kNullAddress); in AllocateRaw() 487 other->allocation_info_.Reset(kNullAddress, kNullAddress); in TryMerge()
|
D | spaces.h | 433 if (mark == kNullAddress) return; in UpdateHighWaterMark() 1497 Address ptr = kNullAddress; in UpdateAllocatedSpaceLimits() 1656 LinearAllocationArea() : top_(kNullAddress), limit_(kNullAddress) {} in LinearAllocationArea() 1665 SLOW_DCHECK(top == kNullAddress || (top & kHeapObjectTagMask) == 0); in set_top() 1670 SLOW_DCHECK(top_ == kNullAddress || (top_ & kHeapObjectTagMask) == 0); in top() 2010 nullptr, LinearAllocationArea(kNullAddress, kNullAddress)); in InvalidBuffer() 2028 inline bool IsValid() { return allocation_info_.top() != kNullAddress; } in IsValid() 2050 allocation_info_.Reset(kNullAddress, kNullAddress); in SpaceWithLinearArea() 2420 age_mark_(kNullAddress), in SemiSpace() 2681 DCHECK_NE(age_mark, kNullAddress); in AllocatedSinceLastGC() [all …]
|
D | store-buffer.cc | 154 Address last_inserted_addr = kNullAddress; in MoveEntriesToRememberedSet() 164 last_inserted_addr = kNullAddress; in MoveEntriesToRememberedSet()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.h | 41 DCHECK_IMPLIES(start == kNullAddress, end == kNullAddress); in AddressRange() 43 AddressRange() : AddressRange(kNullAddress, kNullAddress) {} in AddressRange() 47 operator bool() const { return start == kNullAddress; } 141 Address current_pc = kNullAddress) const; 283 return jump_table_ ? jump_table_->instruction_start() : kNullAddress; in jump_table_start()
|
D | wasm-code-manager.cc | 39 DCHECK_NE(kNullAddress, pc); in operator ()() 106 return kNullAddress; in constant_pool() 375 if (executable_buffer == kNullAddress) { in AddOwnedCode() 647 if (!can_request_more_memory_) return kNullAddress; in AllocateForCode() 649 Address hint = owned_code_space_.empty() ? kNullAddress in AllocateForCode() 656 if (!new_mem.IsReserved()) return kNullAddress; in AllocateForCode() 663 if (mem.is_empty()) return kNullAddress; in AllocateForCode() 690 return kNullAddress; in AllocateForCode() 699 return kNullAddress; in AllocateForCode()
|
/external/v8/src/zone/ |
D | zone.cc | 133 return kNullAddress; in NewExpand() 149 return kNullAddress; in NewExpand() 154 return kNullAddress; in NewExpand()
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 208 Memory<Address>(pc_) = kNullAddress; in WipeOut() 212 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress, in WipeOut() 215 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut() 283 code ? code->constant_pool() : kNullAddress, target); in deserialization_set_special_target_at() 294 set_target_address_at(pc, kNullAddress, target, SKIP_ICACHE_FLUSH); in deserialization_set_target_internal_reference_at()
|
/external/v8/src/mips/ |
D | assembler-mips-inl.h | 129 code ? code->constant_pool() : kNullAddress, target); in deserialization_set_special_target_at() 133 code ? code->constant_pool() : kNullAddress, target); in deserialization_set_special_target_at() 269 Memory<Address>(pc_) = kNullAddress; in WipeOut() 271 Assembler::set_target_internal_reference_encoded_at(pc_, kNullAddress); in WipeOut() 273 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut()
|
/external/v8/src/ic/ |
D | ic-inl.h | 29 return kNullAddress; in constant_pool() 38 return kNullAddress; in raw_constant_pool()
|
/external/v8/src/ |
D | allocation.cc | 209 VirtualMemory::VirtualMemory() : address_(kNullAddress), size_(0) {} in VirtualMemory() 212 : address_(kNullAddress), size_(0) { in VirtualMemory() 217 if (address_ != kNullAddress) { in VirtualMemory() 229 address_ = kNullAddress; in Reset()
|
D | disassembler.h | 24 CodeReference code = {}, Address current_pc = kNullAddress);
|
D | vm-state.h | 37 if (callback_ == kNullAddress) return nullptr; in callback_entrypoint_address()
|
D | api-inl.h | 23 if (obj == v8::internal::Smi::kZero) return v8::internal::kNullAddress; in ToCData() 39 if (obj == v8::internal::kNullAddress) { in FromCData()
|
D | isolate.h | 444 Address pending_handler_entrypoint_ = kNullAddress; 445 Address pending_handler_constant_pool_ = kNullAddress; 446 Address pending_handler_fp_ = kNullAddress; 447 Address pending_handler_sp_ = kNullAddress; 462 Address c_entry_fp_ = kNullAddress; 464 Address handler_ = kNullAddress; 466 Address c_function_ = kNullAddress; 478 Address js_entry_sp_ = kNullAddress; 487 Address thread_in_wasm_flag_address_ = kNullAddress;
|
D | external-reference-table.h | 84 ExternalReferenceEntry() : address(kNullAddress), name(nullptr) {} in ExternalReferenceEntry()
|
/external/v8/src/mips64/ |
D | assembler-mips64-inl.h | 120 code ? code->constant_pool() : kNullAddress, target); in deserialization_set_special_target_at() 236 Memory<Address>(pc_) = kNullAddress; in WipeOut() 238 Assembler::set_target_internal_reference_encoded_at(pc_, kNullAddress); in WipeOut() 240 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut()
|
/external/v8/src/ppc/ |
D | assembler-ppc-inl.h | 226 Memory<Address>(pc_) = kNullAddress; in WipeOut() 230 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress, in WipeOut() 233 Assembler::set_target_address_at(pc_, constant_pool_, kNullAddress); in WipeOut() 431 code ? code->constant_pool() : kNullAddress, target); in deserialization_set_special_target_at() 442 set_target_address_at(pc, kNullAddress, target, SKIP_ICACHE_FLUSH); in deserialization_set_target_internal_reference_at()
|
/external/v8/src/objects/ |
D | api-callbacks-inl.h | 41 Foreign::cast(getter())->foreign_address() != kNullAddress); in ACCESSORS() 49 Foreign::cast(setter())->foreign_address() != kNullAddress); in has_setter()
|
/external/v8/src/regexp/ |
D | regexp-stack.cc | 63 if (size > kMaximumStackSize) return kNullAddress; in EnsureCapacity()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 118 Object* code = code_entry == kNullAddress in IterateDispatchTable() 233 return dispatch_table_[0] != kNullAddress; in IsDispatchTableInitialized()
|