/art/compiler/utils/ |
D | jni_macro_assembler.cc | 49 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32 84 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( in Create() function in art::JNIMacroAssembler::k64
|
/art/runtime/arch/ |
D | context.cc | 21 Context* Context::Create() { in Create() function in art::Context
|
/art/runtime/gc/accounting/ |
D | bitmap.cc | 62 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap 83 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
|
D | card_table.cc | 61 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
|
D | space_bitmap.cc | 81 SpaceBitmap<kAlignment>* SpaceBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::SpaceBitmap
|
/art/compiler/ |
D | compiler.cc | 30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create() function in art::Compiler
|
/art/disassembler/ |
D | disassembler.cc | 49 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
|
/art/runtime/ |
D | plugin.h | 38 static Plugin Create(const std::string& lib) { in Create() function
|
D | handle_scope.h | 137 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() function
|
D | monitor_pool.h | 37 static MonitorPool* Create() { in Create() function
|
/art/runtime/mirror/ |
D | method_handle_impl.cc | 45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self, in Create() function in art::mirror::MethodHandleImpl
|
D | method_handles_lookup.cc | 32 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::Create(Thread* const self, in Create() function in art::mirror::MethodHandlesLookup
|
D | method_type.cc | 39 ObjPtr<MethodType> MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType
|
/art/compiler/dex/ |
D | verified_method.cc | 40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 51 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention 153 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create() function in art::JniCallingConvention
|
/art/runtime/jit/ |
D | profiling_info.cc | 41 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
|
/art/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 90 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original, in Create() function in openjdkjvmti::FixedUpDexFile
|
/art/libartbase/base/ |
D | arena_bit_vector.cc | 55 static ArenaBitVectorAllocator* Create(ArenaAlloc* allocator, ArenaAllocKind kind) { in Create() function in art::ArenaBitVectorAllocator
|
/art/dex2oat/linker/ |
D | relative_patcher.cc | 43 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
|
/art/compiler/jit/ |
D | jit_compiler.cc | 40 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 44 ZygoteSpace* ZygoteSpace::Create(const std::string& name, in Create() function in art::gc::space::ZygoteSpace
|
/art/compiler/optimizing/ |
D | loop_analysis.cc | 181 ArchNoOptsLoopHelper* ArchNoOptsLoopHelper::Create(InstructionSet isa, in Create() function in art::ArchNoOptsLoopHelper
|
D | register_allocator.cc | 39 std::unique_ptr<RegisterAllocator> RegisterAllocator::Create(ScopedArenaAllocator* allocator, in Create() function in art::RegisterAllocator
|
/art/libdexfile/dex/ |
D | type_lookup_table.cc | 33 TypeLookupTable TypeLookupTable::Create(const DexFile& dex_file) { in Create() function in art::TypeLookupTable
|
/art/runtime/verifier/ |
D | register_line-inl.h | 190 inline RegisterLine* RegisterLine::Create(size_t num_regs, in Create() function
|