Home
last modified time | relevance | path

Searched refs:Get (Results 126 – 150 of 213) sorted by relevance

123456789

/art/runtime/interpreter/mterp/x86/
Dother.S242 movl 4(%eax), %ecx # Get high
243 movl (%eax), %eax # Get low
Dcontrol_flow.S16 movswl 2(rPC), rINST # Get signed branch offset
/art/openjdkjvmti/
Dti_stack.cc545 if (peer == handles[index].Get()) { in GetThreadListStackTraces()
873 if (monitor.Get() == owned_monitor) { in AppendOwnedMonitors()
884 if (m.Get() == obj) { in VisitRoot()
975 mons.push_back(art::GcRoot<art::mirror::Object>(visitor.monitors[i].Get())); in GetOwnedMonitorStackDepthInfo()
1010 mons.push_back(art::GcRoot<art::mirror::Object>(visitor.monitors[i].Get())); in GetOwnedMonitorInfo()
1098 DeoptManager::Get()->DeoptimizeThread(self); in NotifyFramePop()
1370 DeoptManager::Get()->DeoptimizeThread(self); in PopFrame()
1419 DeoptManager::Get()->DeoptimizeThread(self); in ForceEarlyReturn()
Dalloc_manager.cc82 AllocationManager* AllocationManager::Get() { in Get() function in openjdkjvmti::AllocationManager
Dti_class_definition.cc170 if (!art::UnboxPrimitiveForResult(orig_dex.Get(), prim_long_class, &val)) { in GetDexDataForRetransformation()
361 loader_ = soa.AddLocalReference<jobject>(klass_loader.Get()); in InitFirstLoad()
Ddeopt_manager.h124 static DeoptManager* Get();
/art/compiler/utils/
Datomic_dex_ref_map-inl.h67 inline bool AtomicDexRefMap<DexFileReferenceType, Value>::Get(const DexFileReferenceType& ref, in Get() function
/art/runtime/mirror/
Darray-alloc-inl.h179 return arr.Get(); in AllocateAndFill()
/art/runtime/interpreter/mterp/x86_64/
Dcontrol_flow.S16 movswq 2(rPC), rINSTq # Get signed branch offset
Dobject.S115 leaq VREG_ADDRESS(%rax), OUT_ARG1 # Get object address
/art/runtime/
Dclass_loader_utils.h86 GetObject(class_loader.Get()); in VisitClassLoaderDexElements()
Dstack_map.cc205 regs[reg + bit] = GetDexRegisterCatalogEntry(dex_register_maps_.Get(map_index)); in DecodeDexRegisterMap()
296 vios->Stream() << std::right << std::setw(8) << static_cast<int32_t>(table.Get(r, c)); in Dump()
Daot_class_linker.cc89 runtime->EnterTransactionMode(/*strict=*/ true, klass.Get()); in InitializeClass()
Druntime_options.def23 // These can be used with RuntimeOptions.Get/Set/etc, for example:
24 // RuntimeOptions opt; bool* image_dex2oat_enabled = opt.Get(RuntimeOptions::ImageDex2Oat);
Dart_method.cc125 return ext->GetObsoleteDexCaches()->Get(i); in GetObsoleteDexCache()
296 } else if (iter_exception_type->IsAssignableFrom(exception_type.Get())) { in FindCatchBlock()
307 self->SetException(exception.Get()); in FindCatchBlock()
/art/runtime/entrypoints/
Dentrypoint_utils.cc148 proxy_class->GetProxyThrows()->Get(throws_index); in InvokeProxyInvocationHandler()
151 ObjPtr<mirror::Class> declared_exception = declared_exceptions->Get(i); in InvokeProxyInvocationHandler()
/art/runtime/jit/
Djit.cc132 jit_options->compile_threshold_ = *options.Get(RuntimeArgumentMap::JITCompileThreshold); in CreateFromRuntimeArguments()
137 jit_options->warmup_threshold_ = *options.Get(RuntimeArgumentMap::JITWarmupThreshold); in CreateFromRuntimeArguments()
142 jit_options->osr_threshold_ = *options.Get(RuntimeArgumentMap::JITOsrThreshold); in CreateFromRuntimeArguments()
170 *options.Get(RuntimeArgumentMap::JITPriorityThreadWeight); in CreateFromRuntimeArguments()
184 *options.Get(RuntimeArgumentMap::JITInvokeTransitionWeight); in CreateFromRuntimeArguments()
988 class_linker->RegisterDexFile(*dex_file.get(), h_loader.Get()); in JitProfileTask()
991 class_loader_ = soa.Vm()->AddGlobalRef(soa.Self(), h_loader.Get()); in JitProfileTask()
/art/runtime/jni/
Djava_vm_ext.cc262 SharedLibrary* Get(const std::string& path) REQUIRES(Locks::jni_libraries_lock_) { in Get() function in art::Libraries
838 return weak_globals_.Get(ref); in DecodeWeakGlobalLocked()
867 return Runtime::Current()->IsClearedJniWeakGlobal(weak_globals_.Get<kWithoutReadBarrier>(ref)); in IsWeakGlobalCleared()
911 library = libraries_->Get(path); in LoadNativeLibrary()
1052 library = libraries_->Get(path); in LoadNativeLibrary()
Djni_internal.cc311 return h_klass.Get(); in EnsureInitialized()
374 soa.Self()->GetException()->SetCause(cause.Get()); in FindFieldJNI()
381 soa.Self(), c.Get(), name, field_type->GetDescriptor(&temp)); in FindFieldJNI()
625 soa.AddLocalReference<jthrowable>(old_exception.Get())); in ExceptionDescribe()
630 << mirror::Object::PrettyTypeOf(old_exception.Get()); in ExceptionDescribe()
639 soa.Self()->SetException(old_exception.Get()); in ExceptionDescribe()
1421 return f->Get ##fn (o)
1428 return f->Get ##fn (f->GetDeclaringClass())
2005 return soa.AddLocalReference<jobject>(array->Get(index)); in GetObjectArrayElement()
2322 ReportInvalidJNINativeMethod(soa, c.Get(), "method name", i); in RegisterNatives()
[all …]
/art/runtime/interpreter/
Dinterpreter_common.h82 DCHECK(self->HoldsLock(h_ref.Get())); in DoMonitorEnter()
89 frame->GetLockCountData().AddMonitor(self, h_ref.Get()); in DoMonitorEnter()
101 frame->GetLockCountData().RemoveMonitorOrThrow(self, h_ref.Get()); in DoMonitorExit()
222 self, instrumentation, frame, h_thiz.Get(), frame.GetMethod(), dex_pc, result); in PerformNonStandardReturn()
255 } else if (!IsNterpSupported() && LIKELY(tls_cache->Get(inst, &tls_value))) { in DoInvoke()
/art/test/692-vdex-inmem-loader/
Dvdex_inmem_loader.cc161 *dex_file, h_class.Get(), oat_file_class_status); in Java_Main_areClassesPreverified()
/art/compiler/optimizing/
Dblock_builder.cc243 try_boundary->AddExceptionHandler(catch_blocks.Get(it.GetHandlerAddress())); in LinkToCatchBlocks()
487 return quicken_index_for_dex_pc_.Get(dex_pc); in GetQuickenIndex()
/art/tools/art_verifier/
Dart_verifier.cc250 h_klass.Get(), in ExecuteWithRuntime()
/art/dex2oat/linker/
Drelative_patcher_test.h182 bss_begin_ + string_index_to_offset_map_.Get(patch.TargetStringIndex().index_); in Link()
189 string_index_to_offset_map_.Get(patch.TargetStringIndex().index_); in Link()
/art/runtime/entrypoints/quick/
Dquick_dexcache_entrypoints.cc150 return h_klass.Get(); in artInitializeStaticStorageFromCode()

123456789