Home
last modified time | relevance | path

Searched refs:ArrayRef (Results 126 – 150 of 155) sorted by relevance

1234567

/art/dex2oat/linker/
Doat_writer.h156 const ArrayRef<const uint8_t>& data,
Doat_writer.cc637 bool OatWriter::AddRawDexFileSource(const ArrayRef<const uint8_t>& data, in AddRawDexFileSource()
1206 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()
1318 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()
1494 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitMethod()
1729 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in VisitMethod()
1766 quick_code = ArrayRef<const uint8_t>(patched_code_); in VisitMethod()
2450 ArrayRef<const uint8_t> map = compiled_method->GetVmapTable(); in VisitDexMethods()
4102 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetDebugInfo()
Doat_writer_test.cc80 ArrayRef<const uint8_t> quick_code = compiled_method->GetQuickCode(); in CheckMethod()
114 ArrayRef<const uint8_t> raw_dex_file( in WriteElf()
Dimage_writer.cc95 static ArrayRef<const uint8_t> MaybeCompressData(ArrayRef<const uint8_t> source, in MaybeCompressData()
146 return ArrayRef<const uint8_t>(*storage); in MaybeCompressData()
499 ArrayRef<const uint8_t> raw_image_data(image_info.image_.Begin() + block.first, in Write()
502 ArrayRef<const uint8_t> image_data = in Write()
1887 ArrayRef<const DexFile* const> dex_files_;
2169 ArrayRef<mirror::Object*> missed_objects_head = in VerifyImageBinSlotsAssigned()
2170 ArrayRef<mirror::Object*>(missed_objects).SubArray(/*pos=*/ 0u, /*length=*/ num_paths); in VerifyImageBinSlotsAssigned()
/art/compiler/optimizing/
Ddead_code_elimination.cc44 ArrayRef<HBasicBlock* const> live_successors(block->GetSuccessors()); in MarkReachableBlocks()
Dgraph_checker.cc315 ArrayRef<HBasicBlock* const> handlers = try_boundary->GetExceptionHandlers(); in VisitTryBoundary()
811 ArrayRef<HUserRecord<HInstruction*>> input_records = phi->GetInputRecords(); in VisitPhi()
Dssa_builder.cc671 ArrayRef<HUserRecord<HInstruction*>> new_input_records = new_phi->GetInputRecords(); in GetFloatDoubleOrReferenceEquivalentOfPhi()
Dload_store_elimination.cc379 ArrayRef<HBasicBlock* const> predecessors(block->GetPredecessors()); in MergePredecessorValues()
Dcode_generator.h76 virtual ArrayRef<const uint8_t> GetMemory() const = 0;
Dcode_generator.cc158 ArrayRef<const std::unique_ptr<SlowPathCode>> GetSlowPaths() const { in GetSlowPaths()
159 return ArrayRef<const std::unique_ptr<SlowPathCode>>(slow_paths_); in GetSlowPaths()
Dregister_allocator_test.cc70 return RegisterAllocator::ValidateIntervals(ArrayRef<LiveInterval* const>(intervals), in ValidateIntervals()
Dinstruction_builder.cc54 ArrayRef<const uint8_t> interpreter_metadata, in HInstructionBuilder()
266 environment->CopyFrom(ArrayRef<HInstruction* const>(*current_locals_)); in InitializeInstruction()
/art/dex2oat/
Ddex2oat.cc1173 ArrayRef<const std::string> locations(dex_locations_); in ExpandOatAndImageFilenames()
1777 ArrayRef<const DexFile* const> bcp_dex_files(runtime_->GetClassLinker()->GetBootClassPath()); in Setup()
1849 ArrayRef<const DexFile* const> bcp_dex_files_dependency = in Setup()
1851 ArrayRef<ImageSpace* const> image_spaces(runtime->GetHeap()->GetBootImageSpaces()); in Setup()
1861 ArrayRef<ImageSpace* const> image_spaces(runtime->GetHeap()->GetBootImageSpaces()); in Setup()
/art/compiler/utils/x86/
Dassembler_x86.h301 ArrayRef<const int32_t> GetBuffer() const { in GetBuffer()
302 return ArrayRef<const int32_t>(buffer_); in GetBuffer()
/art/runtime/verifier/
Dverifier_deps.cc796 ArrayRef<const uint8_t> data) { in ParseStoredData()
822 ArrayRef<const uint8_t> data, in ParseVerifiedClasses()
/art/compiler/debug/
Delf_debug_info_writer.h286 void Write(const ArrayRef<mirror::Class*>& types) REQUIRES_SHARED(Locks::mutator_lock_) { in Write()
/art/oatdump/
Doatdump.cc214 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_); in Symbolize()
321 info.cfi = ArrayRef<uint8_t>(); in WalkOatMethod()
2910 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in DumpOat()
2938 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in SymbolizeOat()
2988 ArrayRef<const std::string> dex_filenames(&dex_filename_str, in Dump()
/art/compiler/utils/x86_64/
Dassembler_x86_64.h321 ArrayRef<const int32_t> GetBuffer() const { in GetBuffer()
322 return ArrayRef<const int32_t>(buffer_); in GetBuffer()
Dassembler_x86_64_test.cc2341 ArrayRef<const ManagedRegister> spill_regs(raw_spill_regs); in buildframe_test_fn()
2384 ArrayRef<const ManagedRegister> spill_regs(raw_spill_regs); in removeframe_test_fn()
/art/runtime/
Dart_method.h728 ArrayRef<const uint8_t> GetQuickenedInfo() REQUIRES_SHARED(Locks::mutator_lock_);
Dtrace.cc686 ArrayRef<const uint8_t>(data)); in FinishTracing()
/art/openjdkjvmti/
Dti_class.cc97 art::ArrayRef<const unsigned char> final_data(final_dex_data, final_len); in MakeSingleDexFile()
Devents.cc297 void DdmPublishChunk(uint32_t type, const art::ArrayRef<const uint8_t>& data) in DdmPublishChunk()
Dti_redefine.cc513 art::ArrayRef<const unsigned char> data, in MoveDataToMemMap()
535 art::ArrayRef<const unsigned char> orig_dex_file) : in ClassRedefinition()
/art/runtime/hprof/
Dhprof.cc824 chunk_type, ArrayRef<const uint8_t>(out_data.data(), out_data.size())); in DumpToDdmsDirect()

1234567