Searched refs:size (Results 301 - 325 of 559) sorted by relevance

<<11121314151617181920>>

/art/tools/dexfuzz/src/dexfuzz/fuzzers/
H A DFuzzer.java272 if (outputMap.size() != 2) {
284 for (int execIdx = 1; execIdx < executorList.size(); execIdx++) {
358 if (outputMap.size() > 1) {
/art/compiler/jni/
H A Djni_cfi_test.cc91 MemoryRegion code(&actual_asm[0], actual_asm.size());
/art/compiler/optimizing/
H A Dgraph_checker.h89 for (size_t i = 0, e = errors_.size(); i < e; ++i) {
H A Doptimizing_compiler.cc81 virtual uint8_t* Allocate(size_t size) { argument
82 size_ = size;
83 memory_.resize(size);
319 DCHECK_EQ(length, optimizations.size());
574 NO_INLINE // Avoid increasing caller's frame size by large stack-allocated objects.
617 const size_t length = pass_names->size();
715 codegen->BuildStackMaps(MemoryRegion(stack_map.data(), stack_map.size()),
716 MemoryRegion(method_info.data(), method_info.size()),
723 // Follow Quick's behavior and set the frame size to zero if it is
767 // Implementation of the space filter: do not compile a code item whose size i
[all...]
H A Doptimizing_unit_test.h152 const size_t code_item_size = data.size() * sizeof(data.front());
203 result.replace(pos, p.first.size(), p.second);
/art/compiler/utils/
H A Djni_macro_assembler_test.h128 // Override this to pad the code with NOPs to a certain size if needed.
136 MemoryRegion code(&(*data)[0], data->size());
/art/runtime/arch/arm/
H A Dasm_support_arm.S120 .size \name, .-\name
/art/runtime/base/
H A Darena_allocator_test.cc139 for (size_t size = 1; size <= ArenaAllocator::kAlignment + 1; ++size) {
140 void* allocation = allocator.Alloc(size);
206 // The next part is brittle, as the default size for an arena is variable, and we don't know about
310 // The next part is brittle, as the default size for an arena is variable, and we don't know about
/art/runtime/gc/
H A Dtask_processor.cc34 LOG(WARNING) << "TaskProcessor: Finalizing " << tasks_.size() << " unprocessed tasks.";
/art/runtime/
H A Doat_file_test.cc115 ASSERT_EQ(2u, odex_file->GetOatDexFiles().size());
H A Doat_file.cc418 uint32_t size = space->GetImageHeader().GetBootImageConstantTablesSize(); local
421 size,
464 UNLIKELY(index_bss_mapping->size() == 0u) ||
466 IndexBssMapping::ComputeSize(index_bss_mapping->size())))) {
475 index_bss_mapping != nullptr ? index_bss_mapping->size() : 0u);
523 "size = %zu < %zu + %zu",
583 "location size",
683 if (uncompressed_dex_files_->size() != dex_file_count) {
688 uncompressed_dex_files_->size(),
706 "offset %u of %zu but the size o
1286 uint64_t offset, size; local
[all...]
H A Dinstrumentation.cc243 CHECK_LT(instrumentation_stack_depth_, instrumentation_stack_->size());
252 // into the dex_pcs_ list to match size of instrumentation stack.
343 CHECK_EQ(visitor.dex_pcs_.size(), thread->GetInstrumentationStack()->size());
386 if (instrumentation_stack_->size() == 0) {
448 if (stack->size() > 0) {
454 CHECK_EQ(visitor.frames_removed_, stack->size());
455 while (stack->size() > 0) {
1309 CHECK_GT(stack->size(), 0U);
1420 CHECK_GT(stack->size(),
[all...]
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DBranchShifter.java111 int branchInsnIdx = rng.nextInt(branchInsns.size());
H A DCmpBiasChanger.java101 int cmpBiasInsnIdx = rng.nextInt(cmpBiasInsns.size());
H A DConstantValueChanger.java105 int constInsnIdx = rng.nextInt(constInsns.size());
H A DIfBranchChanger.java108 int ifBranchInsnIdx = rng.nextInt(ifBranchInsns.size());
H A DNewArrayLengthChanger.java102 int newArrayIdx = rng.nextInt(newArrayLengthInsns.size());
/art/libdexfile/dex/
H A Ddex_file.cc43 static_assert(sizeof(dex::StringIndex) == sizeof(uint32_t), "StringIndex size is wrong");
45 static_assert(sizeof(dex::TypeIndex) == sizeof(uint16_t), "TypeIndex size is wrong");
67 uint32_t DexFile::CalculateChecksum(const uint8_t* begin, size_t size) { argument
69 return ChecksumMemoryRange(begin + non_sum_bytes, size - non_sum_bytes);
72 uint32_t DexFile::ChecksumMemoryRange(const uint8_t* begin, size_t size) { argument
73 return adler32(adler32(0L, Z_NULL, 0), begin, size);
97 size_t size,
106 size_(size),
432 size_t end = signature.size();
592 for (uint32_t i = 0u, size
96 DexFile(const uint8_t* base, size_t size, const uint8_t* data_begin, size_t data_size, const std::string& location, uint32_t location_checksum, const OatDexFile* oat_dex_file, std::unique_ptr<DexFileContainer> container, bool is_compact_dex) argument
[all...]
/art/runtime/jdwp/
H A Djdwp_event.cc213 JdwpStepSize size = static_cast<JdwpStepSize>(pMod->step.size); local
215 JdwpError status = Dbg::ConfigureStep(pMod->step.threadId, size, depth);
472 if (target.size() < patLen) {
475 return strcmp(pattern+1, target.c_str() + (target.size()-patLen)) == 0;
829 for (size_t i = 0, e = match_list.size(); i < e; ++i) {
945 expandBufAdd4BE(pReq, match_list.size());
1016 expandBufAdd4BE(pReq, match_list.size());
1097 expandBufAdd4BE(pReq, match_list.size());
1203 expandBufAdd4BE(pReq, match_list.size());
[all...]
/art/runtime/verifier/
H A Dverifier_deps.cc50 DCHECK(dex_deps_.size() == other.dex_deps_.size());
192 uint32_t num_extra_ids = strings.size();
233 dex::StringIndex new_id(num_ids_in_dex + deps->strings_.size() - 1);
249 CHECK_LT(string_id.index_, deps->strings_.size());
627 EncodeUnsignedLeb128(out, set.size());
636 EncodeUnsignedLeb128(out, vector.size());
668 EncodeUnsignedLeb128(out, strings.size());
717 const uint8_t* data_end = data_start + data.size();
732 if (dex_deps_.size() !
[all...]
/art/compiler/utils/mips/
H A Dassembler_mips.h177 Literal(uint32_t size, const uint8_t* data) argument
178 : label_(), size_(size) {
179 DCHECK_LE(size, Literal::kMaxSize);
180 memcpy(data_, data, size);
223 return static_cast<uint32_t>(labels_.size()) * sizeof(uint32_t);
351 void Ext(Register rd, Register rt, int pos, int size); // R2+
352 void Ins(Register rd, Register rt, int pos, int size); // R2+
787 // bare branch range is insufficent but the code size and layout are
792 // branches (to reduce code size). On R2 or when `is_bare` is true they
833 void EmitLoad(ManagedRegister m_dst, Register src_register, int32_t src_offset, size_t size);
[all...]
/art/dexlayout/
H A Ddexlayout.cc104 size_t size = descriptor.size() - 1 - last_slash; local
105 std::string result(descriptor.substr(last_slash, size));
364 * Returns a pointer to a buffer of sufficient size.
494 // The buffer wasn't big enough; retry with computed size. Note: snprintf()
495 // doesn't count/ the '\0' as part of its returned size, so we add explicit
672 fprintf(out_file_, "static_fields_size : %zu\n", class_data->StaticFields()->size());
677 fprintf(out_file_, "instance_fields_size: %zu\n", class_data->InstanceFields()->size());
682 fprintf(out_file_, "direct_methods_size : %zu\n", class_data->DirectMethods()->size());
687 fprintf(out_file_, "virtual_methods_size: %zu\n", class_data->VirtualMethods()->size());
[all...]
/art/compiler/dex/
H A Dinline_method_analyser.cc46 template <size_t size>
47 static bool Match(const CodeItemDataAccessor* code_item, MatchFn* const (&pattern)[size]);
70 static bool DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size);
78 template <size_t size>
79 bool Matcher::Match(const CodeItemDataAccessor* code_item, MatchFn* const (&pattern)[size]) {
80 return DoMatch(code_item, pattern, size);
129 bool Matcher::DoMatch(const CodeItemDataAccessor* code_item, MatchFn* const* pattern, size_t size) { argument
131 while (matcher.pos_ != size) {
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc27 static_assert(kArm64PointerSize == PointerSize::k64, "Unexpected ARM64 pointer size");
199 if ((entry_spills_.size() == 0) && (NumArgs() > 0)) {
269 // Method*, callee save area size, local reference segment state
274 size_t callee_save_area_size = CalleeSaveRegisters().size() * kFramePointerSize;
286 total_size += handle_scope_size; // handle scope size
289 // Plus return value spill area size
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc142 if ((entry_spills_.size() == 0) && (NumArgs() > 0)) {
337 // ArtMethod*, RA and callee save area size, local reference segment state.
340 const size_t callee_save_area_size = CalleeSaveRegisters().size() * kFramePointerSize;
355 total_size += handle_scope_size; // Handle scope size.
358 // Plus return value spill area size.

Completed in 1507 milliseconds

<<11121314151617181920>>