/art/runtime/jdwp/ |
H A D | jdwp_bits.h | 36 bytes.push_back(value); 40 bytes.push_back(static_cast<uint8_t>(value >> 8)); 41 bytes.push_back(static_cast<uint8_t>(value)); 45 bytes.push_back(static_cast<uint8_t>(value >> 24)); 46 bytes.push_back(static_cast<uint8_t>(value >> 16)); 47 bytes.push_back(static_cast<uint8_t>(value >> 8)); 48 bytes.push_back(static_cast<uint8_t>(value)); 52 bytes.push_back(static_cast<uint8_t>(value >> 56)); 53 bytes.push_back(static_cast<uint8_t>(value >> 48)); 54 bytes.push_back(static_cas [all...] |
/art/compiler/jni/quick/arm/ |
H A D | calling_convention_arm.cc | 133 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R1)); 135 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R2)); 137 entry_spills_.push_back(ArmManagedRegister::FromCoreRegister(R3)); 155 entry_spills_.push_back( 158 entry_spills_.push_back(ManagedRegister::NoRegister(), 8); 166 entry_spills_.push_back( 169 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 184 entry_spills_.push_back( 188 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 190 entry_spills_.push_back(ManagedRegiste [all...] |
/art/runtime/ |
H A D | parsed_options_test.cc | 56 options.push_back(std::make_pair(boot_class_path.c_str(), nullptr)); 57 options.push_back(std::make_pair("-classpath", nullptr)); 58 options.push_back(std::make_pair(class_path.c_str(), nullptr)); 59 options.push_back(std::make_pair("-cp", nullptr)); 60 options.push_back(std::make_pair(class_path.c_str(), nullptr)); 61 options.push_back(std::make_pair("-Ximage:boot_image", nullptr)); 62 options.push_back(std::make_pair("-Xcheck:jni", nullptr)); 63 options.push_back(std::make_pair("-Xms2048", nullptr)); 64 options.push_back(std::make_pair("-Xmx4k", nullptr)); 65 options.push_back(st [all...] |
H A D | utils_test.cc | 221 expected.push_back("foo"); 235 expected.push_back("bar"); 253 expected.push_back("baz"); 279 strings.push_back("foo"); 283 strings.push_back(""); 284 strings.push_back("foo"); 288 strings.push_back("foo"); 289 strings.push_back(""); 293 strings.push_back(""); 294 strings.push_back("fo [all...] |
H A D | dex_method_iterator_test.cc | 35 dex_files.push_back(boot_class_path_[i]);
|
H A D | oat_file_assistant.cc | 287 dex_files.push_back(std::move(dex_file)); 303 dex_files.push_back(std::move(dex_file)); 653 argv.push_back(runtime->GetPatchoatExecutable()); 654 argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(isa_))); 655 argv.push_back("--input-oat-file=" + input_file_name); 656 argv.push_back("--output-oat-file=" + oat_file_name); 657 argv.push_back("--patched-image-location=" + image_info->location); 714 args.push_back("--dex-file=" + dex_location_); 715 args.push_back("--oat-fd=" + std::to_string(oat_file->Fd())); 716 args.push_back(" [all...] |
/art/compiler/utils/arm/ |
H A D | assembler_arm32_test.cc | 104 conditions_.push_back(arm::Condition::EQ); 105 conditions_.push_back(arm::Condition::NE); 106 conditions_.push_back(arm::Condition::CS); 107 conditions_.push_back(arm::Condition::CC); 108 conditions_.push_back(arm::Condition::MI); 109 conditions_.push_back(arm::Condition::PL); 110 conditions_.push_back(arm::Condition::VS); 111 conditions_.push_back(arm::Condition::VC); 112 conditions_.push_back(arm::Condition::HI); 113 conditions_.push_back(ar [all...] |
/art/compiler/utils/ |
H A D | assembler_test_base.h | 218 args.push_back(GetAssemblerCommand()); 219 args.push_back("-o"); 220 args.push_back(to_file); 221 args.push_back(from_file); 225 args.push_back("/bin/sh"); 226 args.push_back("-c"); 227 args.push_back(cmd); 254 args.push_back(GetObjdumpCommand()); 255 args.push_back(file); 256 args.push_back(">"); [all...] |
H A D | managed_register.h | 118 void push_back(ManagedRegister __x) { function in class:art::ManagedRegisterEntrySpills 120 std::vector<ManagedRegisterSpill>::push_back(spill); 123 void push_back(ManagedRegister __x, int32_t __size) { function in class:art::ManagedRegisterEntrySpills 125 std::vector<ManagedRegisterSpill>::push_back(spill); 128 void push_back(ManagedRegisterSpill __x) { function in class:art::ManagedRegisterEntrySpills 129 std::vector<ManagedRegisterSpill>::push_back(__x);
|
H A D | swap_space_test.cc | 45 v.push_back(i); 52 v2.push_back(i); 59 v3.push_back(i);
|
/art/compiler/ |
H A D | exception_test.cc | 58 fake_code_.push_back(0x70 | i); 184 fake_stack.push_back(reinterpret_cast<uintptr_t>(save_method)); 187 fake_stack.push_back(0); 190 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( 194 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_g_)); 195 fake_stack.push_back(0); 196 fake_stack.push_back(0); 197 fake_stack.push_back(method_g_->GetOatQuickMethodHeader(0)->ToNativeQuickPc( 201 fake_stack.push_back(reinterpret_cast<uintptr_t>(method_f_)); 202 fake_stack.push_back( [all...] |
/art/compiler/jni/quick/mips/ |
H A D | calling_convention_mips.cc | 104 entry_spills_.push_back( 107 entry_spills_.push_back(ManagedRegister::NoRegister(), 8); 111 entry_spills_.push_back( 114 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 124 entry_spills_.push_back( 128 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 130 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 135 entry_spills_.push_back( 138 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 165 callee_save_regs_.push_back(MipsManagedRegiste [all...] |
/art/oatdump/ |
H A D | oatdump_test.cc | 68 exec_argv.push_back("--symbolize=" + core_oat_location_); 69 exec_argv.push_back("--output=" + core_oat_location_ + ".symbolize"); 71 exec_argv.push_back("--image=" + core_art_location_); 72 exec_argv.push_back("--instruction-set=" + std::string(GetInstructionSetString(kRuntimeISA))); 73 exec_argv.push_back("--output=/dev/null"); 76 exec_argv.push_back("--oat-file=" + core_oat_location_); 77 exec_argv.push_back("--output=/dev/null");
|
/art/compiler/jni/quick/mips64/ |
H A D | calling_convention_mips64.cc | 107 entry_spills_.push_back(reg, IsCurrentParamADouble() ? 8 : 4); 111 entry_spills_.push_back(reg, 129 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S2)); 130 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S3)); 131 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S4)); 132 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S5)); 133 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S6)); 134 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(S7)); 135 callee_save_regs_.push_back(Mips64ManagedRegister::FromGpuRegister(GP)); 136 callee_save_regs_.push_back(Mips64ManagedRegiste [all...] |
/art/compiler/debug/dwarf/ |
H A D | writer.h | 38 data_->push_back(value & 0xff); 44 data_->push_back((value >> 0) & 0xff); 45 data_->push_back((value >> 8) & 0xff); 49 data_->push_back((value >> 0) & 0xff); 50 data_->push_back((value >> 8) & 0xff); 51 data_->push_back((value >> 16) & 0xff); 52 data_->push_back((value >> 24) & 0xff); 66 data_->push_back((value >> 0) & 0xff); 67 data_->push_back((value >> 8) & 0xff); 68 data_->push_back((valu [all...] |
/art/compiler/jni/quick/x86_64/ |
H A D | calling_convention_x86_64.cc | 115 entry_spills_.push_back(spill); 128 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(RBX)); 129 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(RBP)); 130 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(R12)); 131 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(R13)); 132 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(R14)); 133 callee_save_regs_.push_back(X86_64ManagedRegister::FromCpuRegister(R15)); 134 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM12)); 135 callee_save_regs_.push_back(X86_64ManagedRegister::FromXmmRegister(XMM13)); 136 callee_save_regs_.push_back(X86_64ManagedRegiste [all...] |
/art/compiler/jni/quick/arm64/ |
H A D | calling_convention_arm64.cc | 122 entry_spills_.push_back(Arm64ManagedRegister::FromSRegister(kSArgumentRegisters[fp_reg_index])); 124 entry_spills_.push_back(Arm64ManagedRegister::FromDRegister(kDArgumentRegisters[fp_reg_index])); 129 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 131 entry_spills_.push_back(ManagedRegister::NoRegister(), 8); 137 entry_spills_.push_back(Arm64ManagedRegister::FromXRegister(kXArgumentRegisters[gp_reg_index])); 139 entry_spills_.push_back(Arm64ManagedRegister::FromWRegister(kWArgumentRegisters[gp_reg_index])); 144 entry_spills_.push_back(ManagedRegister::NoRegister(), 8); 146 entry_spills_.push_back(ManagedRegister::NoRegister(), 4); 164 callee_save_regs_.push_back( 172 callee_save_regs_.push_back( [all...] |
/art/compiler/optimizing/ |
H A D | ssa_builder.h | 72 ambiguous_agets_.push_back(aget); 79 ambiguous_asets_.push_back(aset); 90 uninitialized_strings_.push_back(string);
|
H A D | ssa_phi_elimination.cc | 56 worklist_.push_back(phi); 77 worklist_.push_back(input); 127 worklist_.push_back(inst_it.Current()->AsPhi()); 156 cycle_worklist.push_back(phi); 190 cycle_worklist.push_back(input->AsPhi()); 241 worklist_.push_back(user->AsPhi());
|
/art/compiler/utils/mips/ |
H A D | assembler_mips_test.cc | 57 registers_.push_back(new mips::Register(mips::ZERO)); 58 registers_.push_back(new mips::Register(mips::AT)); 59 registers_.push_back(new mips::Register(mips::V0)); 60 registers_.push_back(new mips::Register(mips::V1)); 61 registers_.push_back(new mips::Register(mips::A0)); 62 registers_.push_back(new mips::Register(mips::A1)); 63 registers_.push_back(new mips::Register(mips::A2)); 64 registers_.push_back(new mips::Register(mips::A3)); 65 registers_.push_back(new mips::Register(mips::T0)); 66 registers_.push_back(ne [all...] |
/art/runtime/lambda/ |
H A D | closure_builder-inl.h | 36 values_.push_back(value_storage);
|
/art/compiler/jni/quick/x86/ |
H A D | calling_convention_x86.cc | 137 entry_spills_.push_back(spill); 144 entry_spills_.push_back(spill2); 172 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(EBP)); 173 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(ESI)); 174 callee_save_regs_.push_back(X86ManagedRegister::FromCpuRegister(EDI));
|
/art/compiler/utils/mips64/ |
H A D | assembler_mips64_test.cc | 81 registers_.push_back(new mips64::GpuRegister(mips64::ZERO)); 82 registers_.push_back(new mips64::GpuRegister(mips64::AT)); 83 registers_.push_back(new mips64::GpuRegister(mips64::V0)); 84 registers_.push_back(new mips64::GpuRegister(mips64::V1)); 85 registers_.push_back(new mips64::GpuRegister(mips64::A0)); 86 registers_.push_back(new mips64::GpuRegister(mips64::A1)); 87 registers_.push_back(new mips64::GpuRegister(mips64::A2)); 88 registers_.push_back(new mips64::GpuRegister(mips64::A3)); 89 registers_.push_back(new mips64::GpuRegister(mips64::A4)); 90 registers_.push_back(ne [all...] |
/art/runtime/base/ |
H A D | bounded_fifo.h | 49 void push_back(const T& value) { function in class:art::BoundedFifoPowerOfTwo
|
/art/runtime/gc/accounting/ |
H A D | heap_bitmap.cc | 52 continuous_space_bitmaps_.push_back(bitmap); 64 large_object_bitmaps_.push_back(bitmap);
|