Home
last modified time | relevance | path

Searched refs:Create (Results 51 – 75 of 203) sorted by relevance

123456789

/art/test/595-profile-saving/
Dprofile-saving.cc42 if (!ProfilingInfo::Create(soa.Self(), art_method, /* retry_allocation */ true)) { in Java_Main_ensureProfilingInfo()
/art/runtime/mirror/
Dmethod_handle_impl.cc45 ObjPtr<mirror::MethodHandleImpl> MethodHandleImpl::Create(Thread* const self, in Create() function in art::mirror::MethodHandleImpl
Dmethod_type.h33 static ObjPtr<MethodType> Create(Thread* const self,
/art/runtime/gc/space/
Dmalloc_space.cc66 live_bitmap_ = accounting::ContinuousSpaceBitmap::Create( in MallocSpace()
71 mark_bitmap_ = accounting::ContinuousSpaceBitmap::Create( in MallocSpace()
237 ZygoteSpace* zygote_space = ZygoteSpace::Create("Zygote space", in CreateZygoteSpace()
Dzygote_space.h33 static ZygoteSpace* Create(const std::string& name,
/art/dexoptanalyzer/
Ddexoptanalyzer.cc279 if (!Runtime::Create(options, false)) { in CreateRuntime()
301 class_loader_context = ClassLoaderContext::Create(context_str_); in GetDexOptNeeded()
348 std::unique_ptr<ClassLoaderContext> context = ClassLoaderContext::Create(context_str_); in FlattenClassLoaderContext()
/art/test/137-cfi/
Dcfi.cc152 std::unique_ptr<Backtrace> bt(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, GetTid())); in Java_Main_unwindInProcess()
243 std::unique_ptr<Backtrace> bt(Backtrace::Create(pid, BACKTRACE_CURRENT_THREAD)); in Java_Main_unwindOtherProcess()
/art/test/466-get-live-vreg/
Dget_live_vreg_jni.cc82 std::unique_ptr<Context> context(Context::Create()); in Java_Main_doStaticNativeCallLiveVreg()
/art/dalvikvm/
DAndroid.bp55 // Create symlink for the primary version target.
/art/runtime/jit/
Dprofiling_info.h68 static bool Create(Thread* self, ArtMethod* method, bool retry_allocation)
Dprofiling_info.cc40 bool ProfilingInfo::Create(Thread* self, ArtMethod* method, bool retry_allocation) { in Create() function in art::ProfilingInfo
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc60 ProfilingInfo::Create(soa.Self(), method, /* retry_allocation */ true); in allocate_profiling_info()
/art/test/2011-stack-walk-concurrent-instrument/
Dstack_walk_concurrent.cc44 : StackVisitor(thread, Context::Create(), StackWalkKind::kIncludeInlinedFrames) {} in REQUIRES_SHARED()
/art/compiler/jni/quick/
Dcalling_convention.cc43 std::unique_ptr<ManagedRuntimeCallingConvention> ManagedRuntimeCallingConvention::Create( in Create() function in art::ManagedRuntimeCallingConvention
133 std::unique_ptr<JniCallingConvention> JniCallingConvention::Create(ArenaAllocator* allocator, in Create() function in art::JniCallingConvention
Dcalling_convention.h237 static std::unique_ptr<ManagedRuntimeCallingConvention> Create(ArenaAllocator* allocator,
295 static std::unique_ptr<JniCallingConvention> Create(ArenaAllocator* allocator,
/art/libnativeloader/
Dnative_loader.cpp83 auto ns = g_namespaces->Create(env, target_sdk_version, class_loader, is_shared, dex_path, in CreateClassLoaderNamespace()
130 g_namespaces->Create(env, target_sdk_version, class_loader, false /* is_shared */, nullptr, in OpenNativeLibrary()
/art/compiler/dex/
Dverified_method.cc40 const VerifiedMethod* VerifiedMethod::Create(verifier::MethodVerifier* method_verifier) { in Create() function in art::VerifiedMethod
/art/compiler/optimizing/
Dloop_analysis.h139 static ArchNoOptsLoopHelper* Create(InstructionSet isa, ArenaAllocator* allocator);
/art/test/1945-proxy-method-arguments/
Dget_args.cc90 std::unique_ptr<Context> context(Context::Create()); in GetProxyReferenceArgument()
/art/test/461-get-reference-vreg/
Dget_reference_vreg_jni.cc54 std::unique_ptr<Context> context(Context::Create()); in FindMethodIndex()
/art/test/535-regression-const-val/smali/
DTestCase.smali21 # Create Phi [ 0.0f, -0.25f ].
/art/runtime/arch/x86/
Dinstruction_set_features_x86.h122 static X86FeaturesUniquePtr Create(bool x86_64,
/art/dex2oat/linker/
Drelative_patcher.h93 static std::unique_ptr<RelativePatcher> Create(
/art/compiler/
Dcompiler.h55 static Compiler* Create(const CompilerOptions& compiler_options,
/art/tools/
Ddex2oat_wrapper74 # Create boot class path filename or location list.
94 # Create default boot class path if none was provided.

123456789