HomeSort by relevance Sort by last modified time
    Searched refs:ObjPtr (Results 126 - 150 of 252) sorted by null

1 2 3 4 56 7 8 91011

  /art/runtime/mirror/
object-readbarrier-inl.h 197 ObjPtr<Object> old_value,
198 ObjPtr<Object> new_value) {
227 ObjPtr<Object> old_value,
228 ObjPtr<Object> new_value) {
dex_cache.h 65 DexCachePair(ObjPtr<T> object, uint32_t index)
196 ObjPtr<mirror::DexCache> dex_cache,
197 ObjPtr<mirror::String> location,
275 void SetResolvedString(dex::StringIndex string_idx, ObjPtr<mirror::String> resolved) ALWAYS_INLINE
284 void SetResolvedType(dex::TypeIndex type_idx, ObjPtr<Class> resolved)
417 void SetLocation(ObjPtr<String> location) REQUIRES_SHARED(Locks::mutator_lock_);
448 ObjPtr<String> location,
481 void VisitReferences(ObjPtr<Class> klass, const Visitor& visitor)
dex_cache.cc 39 ObjPtr<mirror::DexCache> dex_cache,
40 ObjPtr<mirror::String> location,
180 ObjPtr<String> location,
218 void DexCache::SetLocation(ObjPtr<mirror::String> location) {
method_handle_impl.cc 71 hs.NewHandle(ObjPtr<MethodHandleImpl>::DownCast(StaticClass()->AllocObject(self))));
method_handles_lookup.cc 54 hs.NewHandle(ObjPtr<MethodHandlesLookup>::DownCast(StaticClass()->AllocObject(self))));
  /art/runtime/
runtime-inl.h 29 inline bool Runtime::IsClearedJniWeakGlobal(ObjPtr<mirror::Object> obj) {
intern_table_test.cc 218 ObjPtr<mirror::String> lookup_foo = intern_table.LookupStrong(soa.Self(), 3, "foo");
220 ObjPtr<mirror::String> lookup_bar = intern_table.LookupStrong(soa.Self(), 3, "bar");
222 ObjPtr<mirror::String> lookup_foobar = intern_table.LookupStrong(soa.Self(), 6, "foobar");
224 ObjPtr<mirror::String> lookup_foox = intern_table.LookupStrong(soa.Self(), 4, "foox");
226 ObjPtr<mirror::String> lookup_fooba = intern_table.LookupStrong(soa.Self(), 5, "fooba");
228 ObjPtr<mirror::String> lookup_foobaR = intern_table.LookupStrong(soa.Self(), 6, "foobaR");
233 ObjPtr<mirror::String> lookup_foobbS = intern_table.LookupStrong(soa.Self(), 6, "foobbS");
reflection_test.cc 88 ObjPtr<mirror::Object>* receiver,
106 ObjPtr<mirror::Class> c = class_linker_->FindClass(self,
138 ObjPtr<mirror::Object> receiver;
147 ObjPtr<mirror::Object> receiver;
173 ObjPtr<mirror::Object> receiver;
198 ObjPtr<mirror::Object> receiver;
223 ObjPtr<mirror::Object> receiver;
252 ObjPtr<mirror::Object> receiver;
291 ObjPtr<mirror::Object> receiver;
335 ObjPtr<mirror::Object> receiver
    [all...]
jni_internal.cc 185 ObjPtr<mirror::Class> c,
200 ObjPtr<mirror::Class> c,
214 static ObjPtr<mirror::Class> EnsureInitialized(Thread* self, ObjPtr<mirror::Class> klass)
230 ObjPtr<mirror::Class> c = EnsureInitialized(soa.Self(), soa.Decode<mirror::Class>(jni_class));
248 static ObjPtr<mirror::ClassLoader> GetClassLoader(const ScopedObjectAccess& soa)
260 ObjPtr<mirror::ClassLoader> class_loader =
462 ObjPtr<mirror::Object> obj_field = soa.Decode<mirror::Object>(jlr_field);
467 ObjPtr<mirror::Field> field = ObjPtr<mirror::Field>::DownCast(obj_field)
    [all...]
handle_scope_test.cc 53 ObjPtr<mirror::Class> c = class_linker->FindSystemClass(soa.Self(), "Ljava/lang/Object;");
105 ObjPtr<mirror::Object> o = c->AllocObject(soa.Self());
quick_exception_handler.h 50 void FindCatch(ObjPtr<mirror::Throwable> exception) REQUIRES_SHARED(Locks::mutator_lock_);
handle_scope-inl.h 119 ObjPtr<MirrorType> object) {
130 ObjPtr<T>* object) {
195 inline MutableHandle<MirrorType> VariableSizedHandleScope::NewHandle(ObjPtr<MirrorType> ptr) {
class_loader_context.cc 443 static bool CollectDexFilesFromJavaDexFile(ObjPtr<mirror::Object> java_dex_file,
486 ObjPtr<mirror::Object> dex_path_list =
497 ObjPtr<mirror::Object> dex_elements_obj =
520 ObjPtr<mirror::Object> dex_file = dex_file_field->GetObject(element);
540 ObjPtr<mirror::Class> const element_class = soa.Decode<mirror::Class>(
542 ObjPtr<mirror::Class> const dexfile_class = soa.Decode<mirror::Class>(
557 ObjPtr<mirror::Object> dex_file;
    [all...]
  /art/test/117-nopatchoat/
nopatchoat.cc 33 ObjPtr<mirror::Class> klass = soa.Decode<mirror::Class>(cls);
  /art/compiler/
image_writer.h 93 ObjPtr<mirror::ClassLoader> GetClassLoader() {
140 size_t GetOatIndexForDexCache(ObjPtr<mirror::DexCache> dex_cache) const
349 void AddDexCacheArrayRelocation(void* array, size_t offset, ObjPtr<mirror::DexCache> dex_cache)
379 bool KeepClass(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_);
395 void PruneAndPreloadDexCache(ObjPtr<mirror::DexCache> dex_cache,
396 ObjPtr<mirror::ClassLoader> class_loader)
472 bool PruneAppImageClass(ObjPtr<mirror::Class> klass)
476 bool PruneAppImageClassInternal(ObjPtr<mirror::Class> klass,
527 void CopyReference(mirror::HeapReference<mirror::Object>* dest, ObjPtr<mirror::Object> src)
530 void CopyReference(mirror::CompressedReference<mirror::Object>* dest, ObjPtr<mirror::Object> src
    [all...]
image_writer.cc 447 ObjPtr<mirror::DexCache> dex_cache =
448 ObjPtr<mirror::DexCache>::DownCast(self->DecodeJObject(data.weak_root));
491 ObjPtr<mirror::DexCache> dex_cache) {
722 bool operator()(ObjPtr<Class> c) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
735 static bool IsBootClassLoaderClass(ObjPtr<mirror::Class> klass)
762 ALWAYS_INLINE void operator() (ObjPtr<mirror::Object> obj,
772 ObjPtr<mirror::Class> klass = ref->IsClass() ? ref->AsClass() : ref->GetClass();
792 ALWAYS_INLINE void operator() (ObjPtr<mirror::Class> klass ATTRIBUTE_UNUSED,
793 ObjPtr<mirror::Reference> ref) const
810 bool ImageWriter::PruneAppImageClass(ObjPtr<mirror::Class> klass)
    [all...]
common_compiler_test.h 53 void MakeExecutable(ObjPtr<mirror::ClassLoader> class_loader, const char* class_name)
  /art/runtime/interpreter/
interpreter_switch_impl.cc 253 ObjPtr<mirror::Throwable> exception = self->GetException();
350 ObjPtr<mirror::Object> obj_result = shadow_frame.GetVRegReference(ref_idx);
352 ObjPtr<mirror::Class> return_type = method->GetReturnType(true /* resolve */);
454 ObjPtr<mirror::String> s = ResolveString(self,
467 ObjPtr<mirror::String> s = ResolveString(self,
480 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()),
495 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
507 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_11x(inst_data));
519 ObjPtr<mirror::Class> c = ResolveVerifyAndClinit(dex::TypeIndex(inst->VRegB_21c()),
527 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegA_21c(inst_data))
    [all...]
interpreter_common.cc 57 ObjPtr<mirror::Object> obj;
140 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
261 ObjPtr<mirror::Object> obj;
315 ObjPtr<mirror::Object> obj = shadow_frame.GetVRegReference(inst->VRegB_22c(inst_data));
484 ObjPtr<mirror::Class> declaringClass = method->GetDeclaringClass();
525 ObjPtr<mirror::Object> existing = shadow_frame->GetVRegReference(this_obj_vreg);
566 ObjPtr<mirror::MethodHandle>::DownCast(
633 static ObjPtr<mirror::CallSite> InvokeBootstrapMethod(Thread* self,
670 ObjPtr<mirror::MethodHandlesLookup> lookup =
682 ObjPtr<mirror::String> name = class_linker->ResolveString(*dex_file, name_idx, dex_cache)
    [all...]
  /art/runtime/entrypoints/
entrypoint_utils.cc 112 ObjPtr<mirror::Object> result_ref = soa.Decode<mirror::Object>(result);
128 ObjPtr<mirror::Object> rcvr = soa.Decode<mirror::Object>(rcvr_jobj);
130 ObjPtr<mirror::Method> interface_method = soa.Decode<mirror::Method>(interface_method_jobj);
158 bool FillArrayData(ObjPtr<mirror::Object> obj, const Instruction::ArrayDataPayload* payload) {
entrypoint_utils.h 126 ObjPtr<mirror::Object>* this_object,
142 ObjPtr<mirror::Object> this_object,
172 bool FillArrayData(ObjPtr<mirror::Object> obj, const Instruction::ArrayDataPayload* payload)
  /external/llvm/unittests/ExecutionEngine/Orc/
ObjectTransformLayerTest.cpp 64 for (auto &ObjPtr : Objects) {
65 EXPECT_EQ(MockObjects[I] + 1, *ObjPtr) << "Transform should be applied";
78 for (auto &ObjPtr : Objects) {
79 MockObjects.push_back(*ObjPtr);
  /art/patchoat/
patchoat.h 156 void operator() (ObjPtr<mirror::Object> obj, MemberOffset off, bool b) const
159 void operator() (ObjPtr<mirror::Class> cls, ObjPtr<mirror::Reference> ref) const
  /art/runtime/openjdkjvmti/
ti_thread.cc 129 art::ObjPtr<art::mirror::Class> thread_class =
216 art::ObjPtr<art::mirror::Object> peer = self->GetPeerFromOtherThread();
222 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer);
232 art::ObjPtr<art::mirror::Object> ccl = peer != nullptr
241 art::ObjPtr<art::mirror::Object> peer = soa.Decode<art::mirror::Object>(thread);
247 art::ObjPtr<art::mirror::Object> name = f->GetObject(peer);
282 art::ObjPtr<art::mirror::Object> group = f->GetObject(peer);
290 art::ObjPtr<art::mirror::Object> ccl = peer != nullptr
472 art::ObjPtr<art::mirror::Object> peer = soa.Decode<art::mirror::Object>(thread);
473 art::ObjPtr<art::mirror::Class> klass = peer->GetClass()
    [all...]
  /art/runtime/native/
java_lang_reflect_Executable.cc 44 ObjPtr<mirror::Class> annotation_array_class =
46 ObjPtr<mirror::ObjectArray<mirror::Object>> empty_array =
263 ObjPtr<mirror::Class> return_type(method->GetReturnType(true /* resolve */));
275 static ObjPtr<mirror::Class> GetClassArrayClass(Thread* self)
277 ObjPtr<mirror::Class> class_class = mirror::Class::GetJavaLangClass();

Completed in 371 milliseconds

1 2 3 4 56 7 8 91011