Home
last modified time | relevance | path

Searched refs:Create (Results 176 – 200 of 203) sorted by relevance

123456789

/art/openjdkjvmti/
Dti_method.cc566 std::unique_ptr<art::Context> context(art::Context::Create()); in Run()
1153 std::unique_ptr<art::Context> context(art::Context::Create()); in Run()
Devents.cc983 std::unique_ptr<art::Context> context(art::Context::Create()); in FindCatchMethodsFromThrow()
/art/runtime/
Dmethod_handles_test.cc59 return mirror::MethodType::Create(self, void_class, parameter_types); in CreateVoidMethodType()
Dinstrumentation.cc424 std::unique_ptr<Context> context(Context::Create()); in InstrumentationInstallStack()
Doat_file.cc1538 oat_header_.reset(OatHeader::Create(kRuntimeISA, in Setup()
Dclass_linker.cc9178 mirror::MethodType::Create(self, return_type, method_params)); in ResolveMethodType()
9311 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForField()
9318 return mirror::MethodHandleImpl::Create(self, target, kind, method_type); in ResolveMethodHandleForField()
9480 method_type(hs.NewHandle(mirror::MethodType::Create(self, return_type, method_params))); in ResolveMethodHandleForMethod()
9494 return mirror::MethodHandleImpl::Create(self, target, kind, method_type); in ResolveMethodHandleForMethod()
/art/libprofile/profile/
Dprofile_compilation_info.cc1205 source->reset(ProfileSource::Create(fd)); in OpenSource()
1221 source->reset(ProfileSource::Create(MemMap::Invalid())); in OpenSource()
1234 source->reset(ProfileSource::Create(std::move(map))); in OpenSource()
/art/runtime/interpreter/
Dinterpreter_common.cc891 return mirror::MethodType::Create(self, rtype, ptypes); in BuildCallSiteForBootstrapMethod()
1031 mirror::MethodHandlesLookup::Create(self, lookup_class); in InvokeBootstrapMethod()
/art/runtime/verifier/
Dmethod_verifier.cc102 register_lines_[i].reset(RegisterLine::Create(registers_size, allocator, reg_types)); in Init()
1605 work_line_.reset(RegisterLine::Create(registers_size, allocator_, GetRegTypeCache())); in VerifyCodeFlow()
1606 saved_line_.reset(RegisterLine::Create(registers_size, allocator_, GetRegTypeCache())); in VerifyCodeFlow()
2732 RegisterLine* update_line = RegisterLine::Create(code_item_accessor_.RegistersSize(), in CodeFlowVerifyInstruction()
4981 copy.reset(RegisterLine::Create(target_line->NumRegs(), allocator_, GetRegTypeCache())); in UpdateRegisters()
/art/dex2oat/
Ddex2oat.cc1397 class_loader_context_ = ClassLoaderContext::Create(class_loader_context_arg); in ParseArgs()
1415 stored_class_loader_context_ = ClassLoaderContext::Create(stored_context_arg); in ParseArgs()
2825 if (!Runtime::Create(std::move(runtime_options))) { in CreateRuntime()
/art/test/563-checker-fakestring/smali/
DTestCase.smali28 # Create new instance of String and store it to v0, v1, v2.
/art/runtime/native/
Ddalvik_system_DexFile.cc558 context = ClassLoaderContext::Create(class_loader_context); in GetDexOptNeeded()
/art/compiler/optimizing/
Dcode_generator.h189 static std::unique_ptr<CodeGenerator> Create(HGraph* graph,
Dnodes.h196 static ReferenceTypeInfo Create(TypeHandle type_handle, bool is_exact);
198 static ReferenceTypeInfo Create(TypeHandle type_handle) REQUIRES_SHARED(Locks::mutator_lock_) { in Create() function
199 return Create(type_handle, type_handle->CannotBeAssignedFromOtherTypes()); in Create()
689 return ReferenceTypeInfo::Create(handle_cache_.GetObjectClassHandle(), /* is_exact= */ false); in GetInexactObjectRti()
Dloop_optimization.cc489 arch_loop_helper_(ArchNoOptsLoopHelper::Create(compiler_options_ != nullptr in HLoopOptimization()
Dnodes.cc2833 ReferenceTypeInfo ReferenceTypeInfo::Create(TypeHandle type_handle, bool is_exact) { in Create() function in art::ReferenceTypeInfo
/art/dex2oat/linker/
Doat_writer_test.cc525 std::unique_ptr<OatHeader> oat_header(OatHeader::Create(insn_set, in TEST_F()
Doat_writer.cc2036 oat_header_.reset(OatHeader::Create(GetCompilerOptions().GetInstructionSet(), in InitOatHeader()
2219 (field) = compiler_driver_->Create ## fn_name(); \ in InitOatCode()
3633 TypeLookupTable type_lookup_table = TypeLookupTable::Create(dex_file); in WriteTypeLookupTables()
/art/runtime/jni/
Dcheck_jni.cc1500 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create() function in art::__anon846bc2ca0111::GuardedCopy
1550 void* result = Create(original_ptr, byte_count, true); in CreateGuardedPACopy()
3466 reinterpret_cast<const char*>(GuardedCopy::Create(ptr, length_in_bytes, false)); in GetStringCharsInternal()
3470 reinterpret_cast<const jchar*>(GuardedCopy::Create(ptr, length_in_bytes, false)); in GetStringCharsInternal()
/art/imgdiag/
Dimgdiag.cc1156 proc_maps->reset(BacktraceMap::Create(pid)); in Init()
/art/runtime/mirror/
Dvar_handle_test.cc229 return MethodType::Create(self, rtype, ptypes); in MethodTypeOf()
Dvar_handle.cc1540 return MethodType::Create(self, rtype, ptypes); in GetMethodTypeForAccessMode()
/art/runtime/gc/space/
Dimage_space.cc1441 gc::accounting::ContinuousSpaceBitmap::Create("Relocate bitmap", in RelocateInPlace()
2759 gc::accounting::ContinuousSpaceBitmap::Create( in DoRelocateSpaces()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1827 HandleScope::Create(storage, self->GetTopHandleScope(), num_handle_scope_references_); in ComputeLayout()
/art/dex2oat/driver/
Dcompiler_driver.cc274 compiler_.reset(Compiler::Create(*compiler_options, &compiled_method_storage_, compiler_kind)); in CompilerDriver()

123456789