/art/test/303-verification-stress/ |
D | expected.txt | 2 Create new Test000 3 Create new Test001 4 Create new Test002 5 Create new Test003 6 Create new Test004 7 Create new Test005 8 Create new Test006 9 Create new Test007 10 Create new Test008 11 Create new Test009 [all …]
|
/art/compiler/llvm/generated/ |
D | art_module.cc | 380 func___art_type_list = Function::Create( in makeLLVMModuleContents() 391 func_art_portable_get_current_thread_from_code = Function::Create( in makeLLVMModuleContents() 402 func_art_portable_set_current_thread_from_code = Function::Create( in makeLLVMModuleContents() 413 func_art_portable_lock_object_from_code = Function::Create( in makeLLVMModuleContents() 424 func_art_portable_unlock_object_from_code = Function::Create( in makeLLVMModuleContents() 435 func_art_portable_test_suspend_from_code = Function::Create( in makeLLVMModuleContents() 446 func_art_portable_push_shadow_frame_from_code = Function::Create( in makeLLVMModuleContents() 457 func_art_portable_pop_shadow_frame_from_code = Function::Create( in makeLLVMModuleContents() 468 func_art_portable_get_and_clear_exception = Function::Create( in makeLLVMModuleContents() 479 func_art_portable_throw_div_zero_from_code = Function::Create( in makeLLVMModuleContents() [all …]
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 233 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 250 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 265 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 280 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 327 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 361 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 390 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 409 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 434 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() 461 arm::Thumb2Assembler* assembler = static_cast<arm::Thumb2Assembler*>(Assembler::Create(kThumb2)); in TEST() [all …]
|
/art/compiler/trampolines/ |
D | trampoline_compiler.cc | 33 std::unique_ptr<ArmAssembler> assembler(static_cast<ArmAssembler*>(Assembler::Create(kThumb2))); in CreateTrampoline() 61 …std::unique_ptr<Arm64Assembler> assembler(static_cast<Arm64Assembler*>(Assembler::Create(kArm64))); in CreateTrampoline() 98 std::unique_ptr<MipsAssembler> assembler(static_cast<MipsAssembler*>(Assembler::Create(kMips))); in CreateTrampoline() 127 std::unique_ptr<X86Assembler> assembler(static_cast<X86Assembler*>(Assembler::Create(kX86))); in CreateTrampoline() 145 assembler(static_cast<x86_64::X86_64Assembler*>(Assembler::Create(kX86_64))); in CreateTrampoline()
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 39 los = space::LargeObjectMapSpace::Create("large object space"); in LargeObjectTest() 41 los = space::FreeListSpace::Create("large object space", nullptr, 128 * MB); in LargeObjectTest() 129 los = space::LargeObjectMapSpace::Create("large object space"); in RaceTest() 131 los = space::FreeListSpace::Create("large object space", nullptr, 128 * MB); in RaceTest()
|
D | dlmalloc_space_random_test.cc | 27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
|
D | dlmalloc_space_base_test.cc | 28 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
|
D | dlmalloc_space_static_test.cc | 27 return DlMallocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, false); in CreateDlMallocSpace()
|
D | rosalloc_space_static_test.cc | 25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
|
D | rosalloc_space_base_test.cc | 25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
|
D | rosalloc_space_random_test.cc | 25 return RosAllocSpace::Create(name, initial_size, growth_limit, capacity, requested_begin, in CreateRosAllocSpace()
|
D | space.cc | 76 live_bitmap_.reset(accounting::LargeObjectBitmap::Create("large live objects", nullptr, in DiscontinuousSpace() 79 mark_bitmap_.reset(accounting::LargeObjectBitmap::Create("large marked objects", nullptr, in DiscontinuousSpace()
|
D | malloc_space.cc | 51 live_bitmap_.reset(accounting::ContinuousSpaceBitmap::Create( in MallocSpace() 56 mark_bitmap_.reset(accounting::ContinuousSpaceBitmap::Create( in MallocSpace() 210 ZygoteSpace* zygote_space = ZygoteSpace::Create("Zygote space", ReleaseMemMap(), in CreateZygoteSpace()
|
/art/compiler/optimizing/ |
D | live_ranges_test.cc | 61 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, InstructionSet::kX86); in TEST() 107 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, InstructionSet::kX86); in TEST() 156 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, InstructionSet::kX86); in TEST() 232 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, InstructionSet::kX86); in TEST()
|
D | register_allocator_test.cc | 43 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, kX86); in Check() 59 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, kX86); in TEST() 300 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, kX86); in TEST() 332 CodeGenerator* codegen = CodeGenerator::Create(&allocator, graph, kArm); in TEST()
|
D | codegen_test.cc | 78 CodeGenerator* codegen = CodeGenerator::Create(&arena, graph, kX86); in TestCode() 86 codegen = CodeGenerator::Create(&arena, graph, kArm); in TestCode() 92 codegen = CodeGenerator::Create(&arena, graph, kX86_64); in TestCode()
|
/art/runtime/gc/accounting/ |
D | space_bitmap_test.cc | 36 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 64 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in TEST_F() 124 ContinuousSpaceBitmap::Create("test bitmap", heap_begin, heap_capacity)); in RunTest()
|
/art/runtime/arch/ |
D | context.cc | 35 Context* Context::Create() { in Create() function in art::Context
|
D | context.h | 34 static Context* Create();
|
/art/disassembler/ |
D | disassembler.cc | 30 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
|
D | disassembler.h | 49 static Disassembler* Create(InstructionSet instruction_set, DisassemblerOptions* options);
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 31 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention 103 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, in Create() function in art::JniCallingConvention
|
/art/compiler/ |
D | compiler.cc | 144 return art::ElfWriterMclinker::Create( in WriteElf() 179 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
|
/art/compiler/dex/ |
D | verified_method.h | 42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier, bool compile)
|
/art/compiler/llvm/ |
D | runtime_support_builder.cc | 179 BasicBlock* bb_mark_gc_card = BasicBlock::Create(context_, "mark_gc_card", parent_func); in EmitMarkGCCard() 180 BasicBlock* bb_cont = BasicBlock::Create(context_, "mark_gc_card_cont", parent_func); in EmitMarkGCCard()
|