Home
last modified time | relevance | path

Searched refs:Create (Results 26 – 50 of 203) sorted by relevance

123456789

/art/compiler/dex/
Dverified_method.h42 static const VerifiedMethod* Create(verifier::MethodVerifier* method_verifier)
/art/compiler/
Dcompiler.cc30 Compiler* Compiler::Create(const CompilerOptions& compiler_options, in Create() function in art::Compiler
/art/test/800-smali/smali/
Db_121245951_2.smali8 # Create an unequal lock stack.
Db_22411633_3.smali17 # Create an initialized Object.
/art/libartbase/base/
Darena_bit_vector.h34 static ArenaBitVector* Create(Allocator* allocator,
/art/runtime/gc/accounting/
Dmod_union_table_test.cc42 static ModUnionTable* Create(
151 ModUnionTable* ModUnionTableFactory::Create( in Create() function in art::gc::accounting::ModUnionTableFactory
187 std::unique_ptr<space::DlMallocSpace> other_space(space::DlMallocSpace::Create( in RunTest()
195 std::unique_ptr<ModUnionTable> table(ModUnionTableFactory::Create( in RunTest()
Dbitmap.h39 static Bitmap* Create(const std::string& name, size_t num_bits);
129 static MemoryRangeBitmap* Create(
/art/test/543-env-long-ref/
Denv_long_ref.cc28 std::unique_ptr<Context> context(Context::Create()); in Java_Main_lookForMyRegisters()
/art/test/167-visit-locks/
Dvisit_locks.cc69 Context* context = Context::Create(); in Java_Main_testVisitLocks()
/art/test/552-checker-primitive-typeprop/smali/
DArrayGet.smali180 # Create v1 = Phi [0x0, int ArrayGet]
186 # Create v2 = Phi [v1, float]
192 # Create v3 = Phi [v1, int]
201 # Create env uses.
226 # Create v2 = Phi [v1, 0.0f]
235 # Create v3 = Phi [v1, 0.0f]
/art/test/967-default-ame/
Dexpected.txt1 Create Main instance
/art/test/966-default-conflict/
Dexpected.txt2 Create Main instance
/art/compiler/optimizing/
Dregister_allocator_test.cc96 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Check()
335 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in Loop3()
419 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in DeadPhi()
571 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
589 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
607 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
625 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in PhiHint()
685 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
703 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in ExpectedInRegisterHint()
753 RegisterAllocator::Create(GetScopedAllocator(), &codegen, liveness, strategy); in SameAsFirstInputHint()
[all …]
Dregister_allocator.h48 static std::unique_ptr<RegisterAllocator> Create(ScopedArenaAllocator* allocator,
Dreference_type_propagation_test.cc59 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetObjectClassHandle(), is_exact); in ObjectType()
64 return ReferenceTypeInfo::Create(graph_->GetHandleCache()->GetStringClassHandle(), is_exact); in StringType()
/art/runtime/mirror/
Dmethod_handles_lookup.h38 static ObjPtr<mirror::MethodHandlesLookup> Create(Thread* const self, Handle<Class> lookup_class)
Dmethod_handles_lookup.cc32 ObjPtr<MethodHandlesLookup> MethodHandlesLookup::Create(Thread* const self, in Create() function in art::mirror::MethodHandlesLookup
/art/compiler/jit/
Djit_compiler.h39 static JitCompiler* Create();
/art/libnativeloader/
Dlibrary_namespaces.h56 Result<NativeLoaderNamespace*> Create(JNIEnv* env, uint32_t target_sdk_version,
Dnative_loader_namespace.h41 static Result<NativeLoaderNamespace> Create(const std::string& name,
/art/runtime/
Dplugin.h38 static Plugin Create(const std::string& lib) { in Create() function
/art/test/457-regs/
Dregs_jni.cc132 std::unique_ptr<Context> context(Context::Create()); in Java_PhiLiveness_regsNativeCall()
141 std::unique_ptr<Context> context(Context::Create()); in Java_PhiLiveness_regsNativeCallWithParameters()
/art/runtime/arch/
Dcontext.h34 static Context* Create();
/art/disassembler/
Ddisassembler.h69 static Disassembler* Create(InstructionSet instruction_set, DisassemblerOptions* options);
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.cc41 relative_patcher_(RelativePatcher::Create(instruction_set, in MultiOatRelativePatcher()

123456789