Searched defs:endl (Results 1 - 11 of 11) sorted by relevance

/art/compiler/optimizing/
H A Dliveness_test.cc59 buffer << "Block " << block->GetBlockId() << std::endl; member in class:art::std
H A Dgraph_visualizer.cc43 output_ << "begin_" << name << std::endl; member in class:art::HGraphVisualizerPrinter::std
50 output_ << "end_" << name << std::endl; member in class:art::HGraphVisualizerPrinter::std
55 output_ << name << " \"" << property << "\"" << std::endl; member in class:art::HGraphVisualizerPrinter::std
60 output_ << name << " \"" << property << id << "\"" << std::endl; member in class:art::HGraphVisualizerPrinter::std
65 output_ << name << std::endl; member in class:art::HGraphVisualizerPrinter::std
70 output_ << name << " " << time(NULL) << std::endl; member in class:art::HGraphVisualizerPrinter::std
75 output_ << name << " " << value << std::endl; member in class:art::HGraphVisualizerPrinter::std
91 output_<< std::endl; member in class:art::HGraphVisualizerPrinter::std
101 output_<< std::endl; member in class:art::HGraphVisualizerPrinter::std
180 output_ << kEndInstructionMarker << std::endl; member in class:art::HGraphVisualizerPrinter::std
221 output_ << "]" << std::endl; member in class:art::HGraphVisualizerPrinter::std
[all...]
H A Dregister_allocator.cc306 stream << std::endl; member in class:art::std
/art/compiler/
H A Dcompiler.cc50 LOG(INFO) << "Using SEA IR to compile..." << std::endl; member in class:art::std
/art/compiler/sea_ir/debug/
H A Ddot_gen.h104 LOG(INFO) << "Starting to write SEA string to file " << filename << std::endl; member in class:sea_ir::DotConversion::std
/art/compiler/sea_ir/code_gen/
H A Dcode_gen.cc125 std::cout << "1.Instruction: " << instr << std::endl; member in class:sea_ir::std
132 std::cout << "1.Instruction: " << instr << std::endl; member in class:sea_ir::std
138 std::cout << "2.Instruction: " << instr << std::endl; member in class:sea_ir::std
145 std::cout << "3.Instruction: " << instr << std::endl; member in class:sea_ir::std
166 std::cout << "4.Instruction: " << instr << std::endl;
178 std::cout << "5.Instruction: " << instr << std::endl; member in class:sea_ir::std
196 std::cout << "6.Instruction: " << instr << std::endl; member in class:sea_ir::std
220 std::cout << "7.Instruction: " << instr << std::endl; member in class:sea_ir::std
232 std::cout << "8.Instruction: " << instr << std::endl; member in class:sea_ir::std
240 std::cout << "9. Instruction: " << instr << "; Id: " <<instruction << std::endl; member in class:sea_ir::std
257 std::cout << "10. Instruction: Phi(" << phi->GetRegisterNumber() << ")" << std::endl; member in class:sea_ir::std
[all...]
/art/runtime/base/
H A Dbit_vector.cc400 os << buffer.str() << std::endl; member in class:art::std
/art/runtime/arch/
H A Dstub_test.cc595 std::cout << "Skipping memcpy as I don't know how to do that on " << kRuntimeISA << std::endl;
653 std::cout << "Skipping lock_object as I don't know how to do that on " << kRuntimeISA << std::endl;
811 std::cout << "Skipping unlock_object as I don't know how to do that on " << kRuntimeISA << std::endl;
867 std::cout << "Skipping check_cast as I don't know how to do that on " << kRuntimeISA << std::endl;
1001 std::cout << "Skipping aput_obj as I don't know how to do that on " << kRuntimeISA << std::endl; member in class:art::std
1123 std::cout << "Skipping alloc_object as I don't know how to do that on " << kRuntimeISA << std::endl; member in class:art::std
1204 std::cout << "Skipping alloc_array as I don't know how to do that on " << kRuntimeISA << std::endl; member in class:art::std
1304 std::endl;
1335 std::cout << "Skipping set32static as I don't know how to do that on " << kRuntimeISA << std::endl;
1372 std::cout << "Skipping set32instance as I don't know how to do that on " << kRuntimeISA << std::endl;
[all...]
/art/runtime/
H A Dmem_map.cc63 os << "MemMap:" << std::endl; member in class:art::std
68 os << *map << std::endl; member in class:art::std
/art/compiler/sea_ir/ir/
H A Dsea.cc401 std::cout << "Generating code..." << std::endl; member in class:sea_ir::std
/art/runtime/gc/allocator/
H A Drosalloc.cc849 << " }" << std::endl; member in class:art::gc::allocator::std
1351 stream << "RosAlloc PageMap: " << std::endl; member in class:art::gc::allocator::std
1377 << " remaining_fpr_size=" << remaining_curr_fpr_size << std::endl; member in class:art::gc::allocator::std
1383 stream << "curr_fpr=0x" << std::hex << reinterpret_cast<intptr_t>(curr_fpr) << std::endl; member in class:art::gc::allocator::std
1393 << " remaining_fpr_size=" << remaining_curr_fpr_size << std::endl; member in class:art::gc::allocator::std
1406 stream << "[" << i << "]=Large (start)" << std::endl; member in class:art::gc::allocator::std
1412 stream << "[" << i << "]=Large (part)" << std::endl; member in class:art::gc::allocator::std
1424 << std::endl; member in class:art::gc::allocator::std
1430 stream << "[" << i << "]=Run (part)" << std::endl; member in class:art::gc::allocator::std
1905 << i << " to " << (i + num_pages) << std::endl << DumpPageMa
[all...]

Completed in 300 milliseconds