Searched refs:vector (Results 276 - 300 of 300) sorted by relevance

<<1112

/art/runtime/
H A Ddex_file_verifier_test.cc68 std::vector<uint8_t> tmp;
177 std::vector<std::unique_ptr<const DexFile>> tmp;
H A Dmonitor.cc19 #include <vector>
1211 std::vector<uint32_t> monitor_enter_dex_pcs;
H A Ddex_file.cc124 std::vector<std::unique_ptr<const DexFile>>* dex_files) {
289 std::vector<std::unique_ptr<const DexFile>>* dex_files) {
361 std::vector<std::unique_ptr<const DexFile>>* dex_files) {
735 // Given a signature place the type ids into the given vector
737 std::vector<uint16_t>* param_type_idxs) const {
787 std::vector<uint16_t> param_type_indices;
858 std::vector<LocalInfo> local_in_reg(code_item->registers_size_);
H A Dclass_linker_test.cc463 std::vector<CheckOffset> offsets;
736 std::vector<const DexFile*> dex_files(GetDexFiles(jclass_loader));
741 std::vector<const DexFile*> dex_files2(GetDexFiles(jclass_loader2));
H A Delf_file.cc1437 std::vector<Elf_Shdr> section_headers;
1438 std::vector<Elf_Word> section_headers_original_indexes;
H A Djava_vm_ext.cc278 std::vector<SharedLibrary*> unload_libraries;
H A Dstack.cc965 monitors_.reset(new std::vector<mirror::Object*>());
H A Dstack.h73 // Counting locks by storing object pointers into a vector. Duplicate entries mark recursive locks.
74 // The vector will be visited with the ShadowFrame during GC (so all the locked-on objects are
109 std::unique_ptr<std::vector<mirror::Object*>> monitors_;
H A Djni_internal.cc24 #include <vector>
/art/runtime/hprof/
H A Dhprof.cc366 std::vector<uint8_t> buffer_;
404 std::vector<iovec> iov;
/art/runtime/gc/allocator/
H A Drosalloc.cc32 #include <vector>
1023 // size bracket locks. On host, unordered_set is faster than vector + flag.
1025 std::vector<Run*> runs;
1752 std::vector<Run*> runs;
/art/runtime/gc/collector/
H A Dconcurrent_copying.cc573 std::vector<StackReference<mirror::Object>> temp(gc_mark_stack_->Begin(),
618 // Store the old full stack into a vector.
991 std::vector<mirror::Object*> refs;
1033 std::vector<accounting::AtomicStack<mirror::Object>*> mark_stacks;
1036 // Make a copy of the mark stack vector.
/art/compiler/optimizing/
H A Doptimizing_compiler.cc90 * Used by the code generator, to allocate the code in a vector.
961 std::vector<uint8_t> elf_file = debug::WriteDebugElfFileForMethods(
H A Dcode_generator_arm.cc6688 std::vector<Label*> labels(num_entries);
/art/compiler/utils/mips/
H A Dassembler_mips.cc60 const std::vector<uint8_t>& old_stream = data.first;
61 const std::vector<DelayedAdvancePC>& advances = data.second;
2442 const std::vector<ManagedRegister>& callee_save_regs,
2485 const std::vector<ManagedRegister>& callee_save_regs) {
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc49 const std::vector<uint8_t>& old_stream = data.first;
50 const std::vector<DelayedAdvancePC>& advances = data.second;
1981 const std::vector<ManagedRegister>& callee_save_regs,
2025 const std::vector<ManagedRegister>& callee_save_regs) {
/art/runtime/mirror/
H A Dclass.cc563 std::vector<ArtMethod*> abstract_methods;
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc60 // index and count. (Instead of having a per-fixup vector.)
306 const std::vector<uint8_t>& old_stream = data.first;
307 const std::vector<DelayedAdvancePC>& advances = data.second;
3850 JumpTable* Thumb2Assembler::CreateJumpTable(std::vector<Label*>&& labels, Register base_reg) {
H A Dassembler_arm32.cc1647 JumpTable* Arm32Assembler::CreateJumpTable(std::vector<Label*>&& labels ATTRIBUTE_UNUSED,
/art/runtime/verifier/
H A Dmethod_verifier.cc555 std::vector<uint32_t>* monitor_enter_dex_pcs) {
5004 std::vector<int32_t> MethodVerifier::DescribeVRegs(uint32_t dex_pc) {
5007 std::vector<int32_t> result;
/art/compiler/utils/
H A Dassembler_thumb_test.cc91 void DumpAndCheck(std::vector<uint8_t>& code, const char* testname, const char* const* results) {
181 std::vector<uint8_t> managed_code(cs);
/art/compiler/utils/x86/
H A Dassembler_x86.cc1928 const std::vector<ManagedRegister>& spill_regs,
1969 void X86Assembler::RemoveFrame(size_t frame_size, const std::vector<ManagedRegister>& spill_regs) {
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2642 const std::vector<ManagedRegister>& spill_regs,
2701 const std::vector<ManagedRegister>& spill_regs) {
/art/runtime/arch/
H A Dstub_test.cc1073 std::vector<Handle<mirror::Object>> handles;
/art/runtime/interpreter/
H A Dunstarted_runtime.cc416 std::vector<std::string> split;

Completed in 529 milliseconds

<<1112