Searched defs:hs (Results 1 - 6 of 6) sorted by relevance

/art/openjdkjvmti/
H A Dti_stack.cc533 art::VariableSizedHandleScope hs(current);
541 data.handles.push_back(hs.NewHandle(soa.Decode<art::mirror::Object>(thread_list[i])));
834 hs(art::Thread::Current()),
861 visitor->monitors.push_back(visitor->hs.NewHandle(mon));
872 monitors.push_back(hs.NewHandle(obj));
876 art::VariableSizedHandleScope hs; member in struct:openjdkjvmti::MonitorVisitor
/art/runtime/jdwp/
H A Djdwp_event.cc118 : hs(self), pLoc(nullptr), thread(self),
119 locationClass(hs.NewHandle<mirror::Class>(nullptr)),
120 exceptionClass(hs.NewHandle<mirror::Class>(nullptr)),
123 thisPtr(hs.NewHandle<mirror::Object>(nullptr)) { }
125 StackHandleScope<3> hs; member in struct:art::JDWP::ModBasket
256 StackHandleScope<1> hs(Thread::Current());
257 Handle<mirror::Class> h_klass(hs.NewHandle(klass));
/art/runtime/jit/
H A Dprofile_saver.cc247 explicit GetClassLoadersVisitor(VariableSizedHandleScope* hs, argument
249 : hs_(hs),
324 VariableSizedHandleScope hs(soa.Self());
328 class_loaders.push_back(hs.NewHandle<mirror::ClassLoader>(nullptr));
330 GetClassLoadersVisitor class_loader_visitor(&hs, &class_loaders);
/art/runtime/
H A Dstack.cc144 HandleScope* hs = reinterpret_cast<HandleScope*>( local
146 return hs->GetReference(0);
/art/compiler/driver/
H A Dcompiler_driver.cc432 StackHandleScope<1> hs(soa.Self());
434 hs.NewHandle(soa.Decode<mirror::ClassLoader>(jclass_loader)));
688 StackHandleScope<2> hs(self);
689 Handle<mirror::DexCache> dex_cache(hs.NewHandle(method->GetDexCache()));
691 hs.NewHandle(method->GetDeclaringClass()->GetClassLoader()));
816 StackHandleScope<1> hs(soa.Self());
818 MutableHandle<mirror::DexCache> dex_cache(hs.NewHandle<mirror::DexCache>(nullptr));
872 StackHandleScope<2> hs(soa.Self());
874 hs.NewHandle(soa.Decode<mirror::ClassLoader>(jclass_loader)));
875 MutableHandle<mirror::Class> cls(hs
1196 Create(VariableSizedHandleScope& hs, std::unordered_set<std::string>* image_class_descriptors, Thread* self, ClassLinker* linker) argument
1247 FindImageClassesVisitor(VariableSizedHandleScope& hs, ClinitImageUpdate* data) argument
2612 InitializeArrayClassesAndCreateConflictTablesVisitor(VariableSizedHandleScope& hs) argument
[all...]
/art/oatdump/
H A Doatdump.cc1344 std::unique_ptr<StackHandleScope<1>> hs; local
1348 // a handle to the dex cache from hs.
1349 hs.reset(new StackHandleScope<1>(Thread::Current()));
1352 verifier.reset(DumpVerifier(vios, hs.get(),
1689 StackHandleScope<1>* hs,
1699 Handle<mirror::DexCache> dex_cache = hs->NewHandle(
1688 DumpVerifier(VariableIndentationOutputStream* vios, StackHandleScope<1>* hs, uint32_t dex_method_idx, const DexFile* dex_file, const DexFile::ClassDef& class_def, const DexFile::CodeItem* code_item, uint32_t method_access_flags) argument

Completed in 297 milliseconds