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

1234567891011>>

/art/compiler/trampolines/
H A Dtrampoline_compiler.h21 #include <vector>
28 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline32(InstructionSet isa,
31 std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline64(InstructionSet isa,
H A Dtrampoline_compiler.cc52 static std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline(
71 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
82 static std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline(
110 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
121 static std::unique_ptr<const std::vector<uint8_t>> CreateTrampoline(
142 std::unique_ptr<std::vector<uint8_t>> entry_stub(new std::vector<uint8_t>(cs));
153 static std::unique_ptr<const std::vector<uint8_
[all...]
/art/runtime/jit/
H A Ddebugger_interface.h22 #include <vector>
32 JITCodeEntry* CreateJITCodeEntry(std::vector<uint8_t> symfile);
41 void CreateJITCodeEntryForAddress(uintptr_t address, std::vector<uint8_t> symfile);
/art/compiler/linker/
H A Dvector_output_stream.cc23 VectorOutputStream::VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector) argument
24 : OutputStream(location), offset_(vector->size()), vector_(vector) {}
H A Dvector_output_stream.h24 #include <vector>
30 VectorOutputStream(const std::string& location, std::vector<uint8_t>* vector);
62 std::vector<uint8_t>* const vector_;
/art/profman/
H A Dprofile_assistant.h21 #include <vector>
55 const std::vector<std::string>& profile_files,
59 const std::vector<int>& profile_files_fd_,
64 const std::vector<ScopedFlock>& profile_files,
/art/compiler/debug/
H A Delf_compilation_unit.h20 #include <vector>
28 std::vector<const MethodDebugInfo*> methods;
H A Delf_debug_writer.h20 #include <vector>
43 std::vector<uint8_t> MakeMiniDebugInfo(
50 std::vector<uint8_t> WriteDebugElfFileForMethods(
55 std::vector<uint8_t> WriteDebugElfFileForClasses(
61 std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& oat_header);
H A Delf_gnu_debugdata_writer.h20 #include <vector>
34 static void XzCompress(const std::vector<uint8_t>* src, std::vector<uint8_t>* dst) {
64 const std::vector<uint8_t>* src_;
65 std::vector<uint8_t>* dst_;
80 static std::vector<uint8_t> MakeMiniDebugInfoInternal(
86 std::vector<uint8_t> buffer;
102 std::vector<uint8_t> compressed_buffer;
/art/runtime/base/unix_file/
H A Drandom_access_file_utils.cc17 #include <vector>
26 std::vector<char> buf(4096);
/art/compiler/utils/
H A Ddedupe_set_test.cc21 #include <vector>
45 const std::vector<uint8_t>* Copy(const ArrayRef<const uint8_t>& src) {
46 return new std::vector<uint8_t>(src.begin(), src.end());
49 void Destroy(const std::vector<uint8_t>* key) {
58 std::vector<uint8_t>,
62 const std::vector<uint8_t>* array1;
71 const std::vector<uint8_t>* array2;
80 const std::vector<uint8_t>* array3;
/art/compiler/linker/arm64/
H A Drelative_patcher_arm64.h36 void PatchCall(std::vector<uint8_t>* code,
40 void PatchPcRelativeReference(std::vector<uint8_t>* code,
46 static std::vector<uint8_t> CompileThunkCode();
51 void SetInsn(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
55 static uint32_t GetInsn(std::vector<uint8_t, Alloc>* code, uint32_t offset);
68 std::vector<std::pair<uint32_t, uint32_t>> adrp_thunk_locations_;
71 std::vector<uint8_t> current_method_thunks_;
/art/runtime/
H A Doat_file_test.cc65 static std::vector<const DexFile*> ToConstDexFiles(
66 const std::vector<std::unique_ptr<const DexFile>>& in) {
67 std::vector<const DexFile*> ret;
92 std::vector<std::unique_ptr<const DexFile>> dex_files1 = OpenTestDexFiles("Main");
93 std::vector<const DexFile*> dex_files_const1 = ToConstDexFiles(dex_files1);
97 std::vector<std::string> split1;
102 std::vector<std::unique_ptr<const DexFile>> dex_files2 = OpenTestDexFiles("MultiDex");
104 std::vector<const DexFile*> dex_files_const2 = ToConstDexFiles(dex_files2);
108 std::vector<std::string> split2;
H A Doat_file_manager.h24 #include <vector>
74 std::vector<const OatFile*> GetBootOatFiles() const;
81 std::vector<const OatFile*> RegisterImageOatFiles(std::vector<gc::space::ImageSpace*> spaces)
90 // Returns an empty vector if the dex files could not be loaded. In this
98 std::vector<std::unique_ptr<const DexFile>> OpenDexFilesFromOat(
104 /*out*/ std::vector<std::string>* error_msgs)
/art/compiler/jni/
H A Djni_cfi_test.cc18 #include <vector>
40 const std::vector<uint8_t>& expected_asm,
41 const std::vector<uint8_t>& expected_cfi) {
55 const std::vector<ManagedRegister>& callee_save_regs = jni_conv->CalleeSaveRegisters();
66 std::vector<uint8_t> actual_asm(jni_asm->CodeSize());
70 const std::vector<uint8_t>& actual_cfi = *(jni_asm->cfi().data());
83 std::vector<uint8_t> expected_asm(expected_asm_##isa, \
85 std::vector<uint8_t> expected_cfi(expected_cfi_##isa, \
/art/compiler/optimizing/
H A Doptimizing_cfi_test.cc18 #include <vector>
93 const std::vector<uint8_t>& expected_asm,
94 const std::vector<uint8_t>& expected_cfi) {
96 const std::vector<uint8_t>& actual_asm = code_allocator_.GetMemory();
98 const std::vector<uint8_t>& actual_cfi = *(opt_asm->cfi().data());
110 const std::vector<uint8_t>& expected_asm,
111 const std::vector<uint8_t>& expected_cfi) {
131 const std::vector<uint8_t>& GetMemory() { return memory_; }
134 std::vector<uint8_t> memory_;
151 std::vector<uint8_
[all...]
/art/compiler/dex/quick/
H A Ddex_file_to_method_inliner_map.h21 #include <vector>
/art/compiler/linker/arm/
H A Drelative_patcher_thumb2.h29 void PatchCall(std::vector<uint8_t>* code,
33 void PatchPcRelativeReference(std::vector<uint8_t>* code,
39 static std::vector<uint8_t> CompileThunkCode();
41 void SetInsn32(std::vector<uint8_t>* code, uint32_t offset, uint32_t value);
/art/compiler/linker/x86/
H A Drelative_patcher_x86.h29 void PatchPcRelativeReference(std::vector<uint8_t>* code,
/art/compiler/linker/x86_64/
H A Drelative_patcher_x86_64.h29 void PatchPcRelativeReference(std::vector<uint8_t>* code,
H A Drelative_patcher_x86_64.cc24 void X86_64RelativePatcher::PatchPcRelativeReference(std::vector<uint8_t>* code,
/art/compiler/debug/dwarf/
H A Ddwarf_test.h60 std::vector<std::string> Objdump(const char* args) {
86 std::vector<std::string> lines;
110 std::vector<std::string> Objdump(bool is64bit, const char* args) {
120 std::vector<std::string> actual_lines = Objdump(is64bit, args);
159 std::vector<uint8_t> debug_frame_data_;
160 std::vector<uint8_t> debug_info_data_;
161 std::vector<uint8_t> debug_abbrev_data_;
162 std::vector<uint8_t> debug_str_data_;
163 std::vector<uint8_t> debug_line_data_;
166 std::vector<ExpectedLin
[all...]
/art/compiler/
H A Dcfi_test.h20 #include <vector>
38 const std::vector<uint8_t>& actual_asm,
39 const std::vector<uint8_t>& actual_cfi) {
40 std::vector<std::string> lines;
53 std::vector<uintptr_t> debug_frame_patches;
84 std::vector<std::string>* output) {
101 static void ReformatCfi(const std::vector<std::string>& lines,
102 std::vector<std::string>* output) {
137 static void HexDump(FILE* f, const std::vector<uint8_t>& data) {
/art/runtime/base/
H A Dhistogram.h19 #include <vector>
38 std::vector<uint64_t> freq_;
39 std::vector<double> perc_;
113 std::vector<uint32_t> frequency_;
/art/compiler/dex/
H A Dverified_method.h20 #include <vector>
36 // Since we're adding the dex PCs to the set in increasing order, a sorted vector
38 typedef std::vector<uint32_t> SafeCastSet;
95 const std::vector<uint8_t>& data);

Completed in 382 milliseconds

1234567891011>>