Home
last modified time | relevance | path

Searched defs:self (Results 201 – 225 of 284) sorted by relevance

12345678910>>...12

/art/runtime/
Dimtable_test.cc46 Thread* self = Thread::Current(); in LoadClasses() local
Dtransaction.cc90 void Transaction::ThrowAbortError(Thread* self, const std::string* abort_message) { in ThrowAbortError()
121 bool Transaction::WriteConstraint(Thread* self, ObjPtr<mirror::Object> obj) { in WriteConstraint()
137 bool Transaction::WriteValueConstraint(Thread* self, ObjPtr<mirror::Object> value) { in WriteValueConstraint()
155 bool Transaction::ReadConstraint(Thread* self, ObjPtr<mirror::Object> obj) { in ReadConstraint()
298 Thread* self = Thread::Current(); in Rollback() local
Dcha.cc258 Thread* self = Thread::Current(); in Run() local
266 Thread* self = Thread::Current(); in WaitForThreadsToRunThroughCheckpoint() local
634 Thread *self = Thread::Current(); in InvalidateSingleImplementationMethods() local
Dinstrumentation_test.cc269 void DeoptimizeMethod(Thread* self, ArtMethod* method, bool enable_deoptimization) in DeoptimizeMethod()
284 void UndeoptimizeMethod(Thread* self, ArtMethod* method, in UndeoptimizeMethod()
300 void DeoptimizeEverything(Thread* self, const char* key, bool enable_deoptimization) in DeoptimizeEverything()
315 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization) in UndeoptimizeEverything()
330 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing()
342 void DisableMethodTracing(Thread* self, const char* key) in DisableMethodTracing()
386 Thread* self, in ReportEvent()
Dfault_handler.cc175 Thread* self = Thread::Current(); in HandleFaultByOtherHandlers() local
393 Thread* self = Thread::Current(); in Action() local
Dcommon_runtime_test.cc237 Thread* self = Thread::Current(); in LoadMultiDex() local
264 Thread* self = Thread::Current(); in LoadDexInWellKnownClassLoader() local
329 void CommonRuntimeTestImpl::FillHeap(Thread* self, in FillHeap()
Dclass_loader_utils.h83 Thread* self = soa.Self(); in VisitClassLoaderDexElements() local
Dtrace.cc163 Thread* self = Thread::Current(); in GetClockOverheadNanoSeconds() local
283 Thread* self = Thread::Current(); in RunSamplingThread() local
374 Thread* self = Thread::Current(); in Start() local
449 Thread* const self = Thread::Current(); in StopTracing() local
1016 Thread* self = Thread::Current(); in DumpThreadList() local
Dcommon_throws.cc57 Thread* self = Thread::Current(); in ThrowException() local
75 Thread* self = Thread::Current(); in ThrowException() local
93 Thread* self = Thread::Current(); in ThrowWrappedException() local
769 void ThrowStackOverflowError(Thread* self) { in ThrowStackOverflowError()
/art/test/1945-proxy-method-arguments/
Dget_args.cc88 Thread* self = Thread::Current(); in GetProxyReferenceArgument() local
/art/openjdkjvmti/
Dti_phase.cc60 art::Thread* self = art::Thread::Current(); in NextRuntimePhase() local
Dti_method.cc561 void Run(art::Thread* self) override REQUIRES_SHARED(art::Locks::mutator_lock_) { in Run()
634 art::Thread* self = art::Thread::Current(); in InferSlotTypeFromVerifier() local
946 art::Thread* self = art::Thread::Current(); in GetLocalVariableGeneric() local
1125 art::Thread* self = art::Thread::Current(); in SetLocalVariableGeneric() local
1150 void Run(art::Thread* self) override REQUIRES(art::Locks::mutator_lock_) { in Run()
1187 art::Thread* self = art::Thread::Current(); in GetLocalInstance() local
Dti_redefine.h313 art::Thread* self, in Redefiner()
Dti_class.cc89 static std::unique_ptr<const art::DexFile> MakeSingleDexFile(art::Thread* self, in MakeSingleDexFile()
192 art::Thread* self = art::Thread::Current(); in ClassPreDefine() local
822 static uint32_t ClassGetModifiers(art::Thread* self, art::ObjPtr<art::mirror::Class> klass) in ClassGetModifiers()
922 art::Thread* self = art::Thread::Current(); in GetClassLoaderClassDescriptors() local
975 art::Thread* self = art::Thread::Current(); in GetClassLoaderClasses() local
/art/dex2oat/linker/
Delf_writer_quick.cc251 Thread* self = Thread::Current(); in PrepareDebugInfo() local
270 Thread* self = Thread::Current(); in WriteDebugInfo() local
Dimage_test.cc118 Thread* self = Thread::Current(); in TEST_F() local
Dimage_writer.cc153 Thread* self, Runtime* runtime) REQUIRES_SHARED(Locks::mutator_lock_) { in AllocateBootImageLiveObjects()
243 Thread* const self = Thread::Current(); in PrepareImageAddressSpace() local
415 Thread* const self = Thread::Current(); in Write() local
672 Thread* const self = Thread::Current(); in PrepareDexCacheArraySlots() local
1388 Thread* self = Thread::Current(); in PruneNonImageClasses() local
1428 std::vector<ObjPtr<mirror::DexCache>> ImageWriter::FindDexCaches(Thread* self) { in FindDexCaches()
1463 ObjPtr<mirror::ObjectArray<mirror::Object>> ImageWriter::CollectDexCaches(Thread* self, in CollectDexCaches()
1539 Thread* self = Thread::Current(); in CreateImageRoots() local
1567 Thread* const self = Thread::Current(); in RecordNativeRelocations() local
2018 void ImageWriter::LayoutHelper::ProcessDexFileObjects(Thread* self) { in ProcessDexFileObjects()
[all …]
/art/test/203-multi-checkpoint/
Dmulti_checkpoint.cc78 Thread* self = Thread::Current(); in Java_Main_pushCheckpoints() local
/art/runtime/mirror/
Dmethod_type_test.cc47 Thread* const self = Thread::Current(); in CreateMethodType() local
/art/compiler/driver/
Dcompiler_options.cc181 Thread* self = Thread::Current(); in IsMethodVerifiedWithoutFailures() local
/art/runtime/verifier/
Dverifier_deps.cc982 bool VerifierDeps::ValidateDependencies(Thread* self, in ValidateDependencies()
997 Thread* self, in FindClassAndClearException()
1013 Thread* self, in VerifyAssignability()
1051 Thread* self, in VerifyClasses()
1090 Thread* self, in VerifyFields()
1153 Thread* self, in VerifyMethods()
1268 Thread* self, in VerifyDexFile()
/art/runtime/jit/
Djit.h321 void NotifyInterpreterToCompiledCodeTransition(Thread* self, ArtMethod* caller) in NotifyInterpreterToCompiledCodeTransition()
328 void NotifyCompiledCodeToInterpreterTransition(Thread* self, ArtMethod* callee) in NotifyCompiledCodeToInterpreterTransition()
/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc64 explicit ClassSet(Thread* const self) : self_(self) { in ClassSet()
117 Thread* const self = Thread::Current(); in CollectNonDebuggableClasses() local
/art/compiler/jit/
Djit_compiler.cc168 Thread* self, JitMemoryRegion* region, ArtMethod* method, CompilationKind compilation_kind) { in CompileMethod()
/art/runtime/gc/
Dreference_queue.cc34 void ReferenceQueue::AtomicEnqueueIfNotEnqueued(Thread* self, ObjPtr<mirror::Reference> ref) { in AtomicEnqueueIfNotEnqueued()

12345678910>>...12