Searched refs:vector (Results 101 - 125 of 147) sorted by relevance

123456

/art/runtime/
H A Djni_internal.h175 // TODO: to avoid leaks (and bugs), we need to clear this vector on entry (or return)
177 std::vector<uint32_t> stacked_local_ref_cookies;
H A Dthread.h555 std::vector<mirror::ArtMethod*>* GetStackTraceSample() const {
559 void SetStackTraceSample(std::vector<mirror::ArtMethod*>* sample) {
718 std::vector<mirror::ArtMethod*>* stack_trace_sample_;
H A Druntime.cc29 #include <vector>
408 = reinterpret_cast<const std::vector<const DexFile*>*>(options[i].second);
527 std::vector<std::string> gc_options;
541 std::vector<std::string> verbose_options;
1269 const std::vector<const DexFile*>& Runtime::GetCompileTimeClassPath(jobject class_loader) {
1279 void Runtime::SetCompileTimeClassPath(jobject class_loader, std::vector<const DexFile*>& class_path) {
H A Ddex_file.h21 #include <vector>
339 typedef std::vector<const DexFile*> ClassPath;
657 const std::vector<uint16_t>& signature_type_idxs_) const;
659 // Given a signature place the type ids into the given vector, returns true on success
660 bool CreateTypeList(uint16_t* return_type_idx, std::vector<uint16_t>* param_type_idxs,
H A Dintern_table_test.cc81 mutable std::vector<const mirror::String*> expected_;
H A Doat.cc32 const std::vector<const DexFile*>* dex_files,
H A Dzip_archive.cc19 #include <vector>
132 std::vector<uint8_t> buf(kBufSize);
H A Ddex_file_test.cc228 std::vector<uint16_t> to_find_types;
H A Dindirect_reference_table.cc319 std::vector<const mirror::Object*> entries(table_, table_ + Capacity());
/art/compiler/jni/portable/
H A Djni_compiler.cc143 std::vector< ::llvm::Value*> args;
303 std::vector< ::llvm::Type*> args_type;
/art/runtime/jdwp/
H A Djdwp_main.cc135 ssize_t JdwpNetStateBase::WriteBufferedPacket(const std::vector<iovec>& iov) {
144 void JdwpState::SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov) {
H A Djdwp.h292 void SendBufferedRequest(uint32_t type, const std::vector<iovec>& iov);
/art/runtime/native/
H A Ddalvik_system_DexFile.cc187 std::vector<std::string> class_names;
218 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath();
/art/runtime/verifier/
H A Dregister_line.h21 #include <vector>
287 void WriteReferenceBitMap(std::vector<uint8_t>& data, size_t max_bytes);
355 // A map from register to a bit vector of indices into the monitors_ stack. As we pop the monitor
H A Dmethod_verifier.cc316 std::vector<uint32_t>& monitor_enter_dex_pcs) {
1001 static const std::vector<uint8_t>* CreateLengthPrefixedDexGcMap(
1002 const std::vector<uint8_t>& gc_map) {
1003 std::vector<uint8_t>* length_prefixed_gc_map = new std::vector<uint8_t>;
1060 UniquePtr<const std::vector<uint8_t> > map(GenerateGcMap());
1068 const std::vector<uint8_t>* dex_gc_map = CreateLengthPrefixedDexGcMap(*(map.get()));
3989 const std::vector<uint8_t>* MethodVerifier::GenerateGcMap() {
4022 std::vector<uint8_t>* table = new std::vector<uint8_
[all...]
/art/compiler/dex/quick/
H A Dmir_to_lir.h108 typedef std::vector<uint8_t> CodeBuffer;
284 const std::vector<uint32_t>& v);
736 std::vector<uint32_t> pc2dex_mapping_table_;
741 std::vector<uint32_t> dex2pc_mapping_table_;
766 std::vector<uint32_t> core_vmap_table_;
767 std::vector<uint32_t> fp_vmap_table_;
768 std::vector<uint8_t> native_gc_map_;
/art/compiler/dex/
H A Dmir_graph.h709 std::vector<DexCompilationUnit*> m_units_; // List of methods included in this graph
711 std::vector<MIRLocation> method_stack_; // Include stack
717 std::vector<BasicBlock*> extended_basic_blocks_; // Heads of block "traces".
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc249 static char* DecodeRegList(int opcode, int vector, char* buf) { argument
253 for (i = 0; i < 16; i++, vector >>= 1) {
254 if (vector & 0x1) {
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc315 // Visits arguments on the stack placing them into the args vector, Object* arguments are converted
321 std::vector<jvalue>* args) :
359 std::vector<jvalue>* args_;
391 // Placing arguments into args vector and remove the receiver.
394 std::vector<jvalue> args;
/art/oatdump/
H A Doatdump.cc23 #include <vector>
572 std::vector<int32_t> kinds = verifier->DescribeVRegs(dex_pc);
658 std::vector<const OatFile::OatDexFile*> oat_dex_files_;
751 const std::vector<gc::space::ContinuousSpace*>& spaces = heap->GetContinuousSpaces();
1097 std::vector<mirror::ArtMethod*> method_outlier;
1098 std::vector<size_t> method_outlier_size;
1099 std::vector<double> method_outlier_expansion;
1100 std::vector<std::pair<std::string, size_t> > oat_dex_file_sizes;
/art/compiler/driver/
H A Dcompiler_driver_test.cc66 const std::vector<const DexFile*>& class_path
/art/compiler/
H A Dimage_test.cc18 #include <vector>
/art/compiler/utils/arm/
H A Dassembler_arm.h20 #include <vector>
442 const std::vector<ManagedRegister>& callee_save_regs,
443 const std::vector<ManagedRegister>& entry_spills);
447 const std::vector<ManagedRegister>& callee_save_regs);
/art/compiler/utils/x86/
H A Dassembler_x86.h20 #include <vector>
464 const std::vector<ManagedRegister>& callee_save_regs,
465 const std::vector<ManagedRegister>& entry_spills);
469 const std::vector<ManagedRegister>& callee_save_regs);
/art/runtime/gc/accounting/
H A Dspace_bitmap.h29 #include <vector>

Completed in 529 milliseconds

123456