/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 | 60 Bitmap* Bitmap::Create(const std::string& name, size_t num_bits) { in Create() function in art::gc::accounting::Bitmap 81 MemoryRangeBitmap<kAlignment>* MemoryRangeBitmap<kAlignment>::Create( in Create() function in art::gc::accounting::MemoryRangeBitmap
|
D | card_table.cc | 62 CardTable* CardTable::Create(const uint8_t* heap_begin, size_t heap_capacity) { in Create() function in art::gc::accounting::CardTable
|
/art/compiler/ |
D | compiler.cc | 26 Compiler* Compiler::Create(CompilerDriver* driver, Compiler::Kind kind) { in Create() function in art::Compiler
|
/art/disassembler/ |
D | disassembler.cc | 38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) { in Create() function in art::Disassembler
|
/art/runtime/mirror/ |
D | call_site.cc | 27 mirror::CallSite* CallSite::Create(Thread* const self, Handle<MethodHandle> target) { in Create() function in art::mirror::CallSite
|
D | method_handle_impl.cc | 64 mirror::MethodHandleImpl* MethodHandleImpl::Create(Thread* const self, in Create() function in art::mirror::MethodHandleImpl
|
D | method_handles_lookup.cc | 48 MethodHandlesLookup* MethodHandlesLookup::Create(Thread* const self, Handle<Class> lookup_class) in Create() function in art::mirror::MethodHandlesLookup
|
D | method_type.cc | 28 mirror::MethodType* MethodType::Create(Thread* const self, in Create() function in art::mirror::MethodType
|
/art/runtime/ |
D | plugin.h | 37 static Plugin Create(const std::string& lib) { in Create() function
|
D | type_lookup_table.cc | 53 std::unique_ptr<TypeLookupTable> TypeLookupTable::Create(const DexFile& dex_file, in Create() function in art::TypeLookupTable
|
D | monitor_pool.h | 37 static MonitorPool* Create() { in Create() function
|
D | handle_scope.h | 134 static HandleScope* Create(void* storage, BaseHandleScope* link, uint32_t num_references) in Create() function
|
/art/runtime/openjdkjvmti/ |
D | fixed_up_dex_file.cc | 65 std::unique_ptr<FixedUpDexFile> FixedUpDexFile::Create(const art::DexFile& original) { in Create() function in openjdkjvmti::FixedUpDexFile
|
/art/compiler/jni/quick/ |
D | calling_convention.cc | 49 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention 149 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* arena, in Create() function in art::JniCallingConvention
|
/art/compiler/dex/ |
D | verified_method.cc | 38 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
|
/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/runtime/base/ |
D | arena_bit_vector.cc | 55 static ArenaBitVectorAllocator* Create(ArenaAlloc* arena, ArenaAllocKind kind) { in Create() function in art::FINAL
|
D | scoped_arena_allocator.h | 138 static ScopedArenaAllocator* Create(ArenaStack* arena_stack) { in Create() function
|
/art/compiler/linker/ |
D | relative_patcher.cc | 42 std::unique_ptr<RelativePatcher> RelativePatcher::Create( in Create() function in art::linker::RelativePatcher
|
/art/compiler/jit/ |
D | jit_compiler.cc | 43 JitCompiler* JitCompiler::Create() { in Create() function in art::jit::JitCompiler
|
/art/runtime/verifier/ |
D | register_line-inl.h | 180 inline RegisterLine* RegisterLine::Create(size_t num_regs, MethodVerifier* verifier) { in Create() function
|
/art/runtime/gc/space/ |
D | zygote_space.cc | 44 ZygoteSpace* ZygoteSpace::Create(const std::string& name, MemMap* mem_map, in Create() function in art::gc::space::ZygoteSpace
|
/art/compiler/optimizing/ |
D | register_allocator.cc | 38 RegisterAllocator* RegisterAllocator::Create(ArenaAllocator* allocator, in Create() function in art::RegisterAllocator
|