Searched defs:Create (Results 1 - 17 of 17) sorted by relevance

/art/runtime/arch/
H A Dcontext.cc29 Context* Context::Create() { function in class:art::Context
/art/runtime/
H A Ddisassembler.cc28 Disassembler* Disassembler::Create(InstructionSet instruction_set) { function in class:art::Disassembler
H A Druntime.cc322 Runtime::ParsedOptions* Runtime::ParsedOptions::Create(const Options& options, bool ignore_unrecognized) { function in class:art::Runtime::ParsedOptions
654 bool Runtime::Create(const Options& options, bool ignore_unrecognized) { function in class:art::Runtime
763 // Create private mount namespace shared by all children
776 // Create a staging tmpfs that is shared by our children; they will
794 // Create the thread pool.
832 UniquePtr<ParsedOptions> options(ParsedOptions::Create(raw_options, ignore_unrecognized));
H A Dstack.h67 // Create ShadowFrame in heap for deoptimization.
68 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, function in class:art::ShadowFrame
75 // Create ShadowFrame for interpreter using provided memory.
76 static ShadowFrame* Create(uint32_t num_vregs, ShadowFrame* link, function in class:art::ShadowFrame
H A Dcheck_jni.cc931 * Create an over-sized buffer to hold the contents of "buf". Copy it in,
936 static void* Create(const void* buf, size_t len, bool modOkay) { function in struct:art::GuardedCopy
1080 * Create a guarded copy of a primitive array. Modifications to the copied
1089 void* result = GuardedCopy::Create(a->GetRawData(component_size), byte_count, true);
1499 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);
1532 result = (const char*) GuardedCopy::Create(result, strlen(result) + 1, false);
1726 result = (const jchar*) GuardedCopy::Create(result, byteCount, false);
/art/compiler/jni/quick/
H A Dcalling_convention.cc34 ManagedRuntimeCallingConvention* ManagedRuntimeCallingConvention::Create( function in class:art::ManagedRuntimeCallingConvention
87 JniCallingConvention* JniCallingConvention::Create(bool is_static, bool is_synchronized, function in class:art::JniCallingConvention
/art/compiler/utils/
H A Dassembler.cc104 Assembler* Assembler::Create(InstructionSet instruction_set) { function in class:art::Assembler
/art/runtime/gc/accounting/
H A Dcard_table.cc50 * byte is equal to GC_DIRTY_CARD. See CardTable::Create for details.
53 CardTable* CardTable::Create(const byte* heap_begin, size_t heap_capacity) { function in class:art::gc::accounting::CardTable
H A Datomic_stack.h37 static AtomicStack* Create(const std::string& name, size_t capacity) { function in class:art::gc::accounting::AtomicStack
H A Dspace_bitmap.cc61 SpaceBitmap* SpaceBitmap::Create(const std::string& name, byte* heap_begin, size_t heap_capacity) { function in class:art::gc::accounting::SpaceBitmap
248 UniquePtr<SpaceBitmap> visited(Create("bitmap for in-order walk",
/art/compiler/
H A Delf_writer_mclinker.cc50 bool ElfWriterMclinker::Create(File* elf_file, function in class:art::ElfWriterMclinker
H A Delf_writer_quick.cc36 bool ElfWriterQuick::Create(File* elf_file, function in class:art::ElfWriterQuick
/art/runtime/gc/space/
H A Dimage_space.cc133 ImageSpace* ImageSpace::Create(const std::string& original_image_file_name) { function in class:art::gc::space::ImageSpace
H A Dlarge_object_space.cc54 LargeObjectMapSpace* LargeObjectMapSpace::Create(const std::string& name) { function in class:art::gc::space::LargeObjectMapSpace
129 FreeListSpace* FreeListSpace::Create(const std::string& name, byte* requested_begin, size_t size) { function in class:art::gc::space::FreeListSpace
H A Ddlmalloc_space.cc133 live_bitmap_.reset(accounting::SpaceBitmap::Create(
138 mark_bitmap_.reset(accounting::SpaceBitmap::Create(
149 DlMallocSpace* DlMallocSpace::Create(const std::string& name, size_t initial_size, size_t function in class:art::gc::space::DlMallocSpace
/art/runtime/jdwp/
H A Djdwp_main.cc231 JdwpState* JdwpState::Create(const JdwpOptions* options) { function in class:art::JDWP::JdwpState
256 * debugger. Create the JDWP thread and let it continue the mission.
274 * debugger. Create the JDWP thread and let it continue the mission.
/art/compiler/sea_ir/ir/
H A Dsea.cc237 sea_ir::InstructionNode::Create(inst);
603 std::vector<InstructionNode*> InstructionNode::Create(const art::Instruction* in) { function in class:sea_ir::InstructionNode

Completed in 325 milliseconds