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

1 2 3 4 5 6 7 8 91011

  /art/compiler/optimizing/
inliner.cc 296 ObjPtr<mirror::Class> resolved = ClassLinker::LookupResolvedType(
653 std::vector<ObjPtr<mirror::DexCache>> dex_profile_index_to_dex_cache(
675 ObjPtr<mirror::DexCache> dex_cache =
684 ObjPtr<mirror::Class> clazz = ClassLinker::LookupResolvedType(
    [all...]
instruction_builder.cc 744 ObjPtr<mirror::Class> compiling_class = GetCompilingClass();
750 ObjPtr<mirror::Class> referenced_class = class_linker->LookupResolvedType(
    [all...]
  /art/runtime/jdwp/
jdwp.h 290 void UnregisterLocationEventsOnClass(ObjPtr<mirror::Class> klass)
jdwp_event.cc 254 void JdwpState::UnregisterLocationEventsOnClass(ObjPtr<mirror::Class> klass) {
269 ObjPtr<mirror::Class> breakpoint_class(
    [all...]
  /art/runtime/
runtime_callbacks_test.cc 74 void MakeExecutable(ObjPtr<mirror::Class> klass) REQUIRES_SHARED(Locks::mutator_lock_) {
debugger.h 327 static bool MatchType(ObjPtr<mirror::Class> event_class, JDWP::RefTypeId class_id)
695 static JDWP::JdwpTypeTag GetTypeTag(ObjPtr<mirror::Class> klass)
    [all...]
art_method.h 93 void SetDeclaringClass(ObjPtr<mirror::Class> new_declaring_class)
quick_exception_handler.cc 142 void QuickExceptionHandler::FindCatch(ObjPtr<mirror::Throwable> exception) {
jni_internal_test.cc     [all...]
  /art/compiler/
oat_writer.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]
  /art/runtime/jit/
jit.cc 409 bool operator()(ObjPtr<mirror::Class> klass) OVERRIDE REQUIRES_SHARED(Locks::mutator_lock_) {
728 void Jit::InvokeVirtualOrInterface(ObjPtr<mirror::Object> this_object,
jit_code_cache.cc 316 ObjPtr<mirror::Object> object = roots->Get(i);
320 ObjPtr<mirror::String> str = reinterpret_cast<mirror::String*>(object.Ptr());
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 579 else if (const ObjCObjectPointerType *ObjPtr =
581 D = ObjPtr->getInterfaceDecl();
    [all...]
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 745 ObjPtr<mirror::Throwable> pending_exception;
    [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/compiler/driver/
compiler_driver_test.cc 113 ObjPtr<mirror::DexCache> dex_cache = class_linker_->FindDexCache(soa.Self(), dex);
  /art/profman/
profile_assistant_test.cc 283 hs.NewHandle(ObjPtr<mirror::ClassLoader>::DownCast(self->DecodeJObject(class_loader))));
684 ObjPtr<mirror::Class> klass = GetClass(nullptr, "Ljava/lang/Math;");
    [all...]
  /art/runtime/openjdkjvmti/
events.cc 195 void ObjectAllocated(art::Thread* self, art::ObjPtr<art::mirror::Object>* obj, size_t byte_count)
OpenjdkJvmTi.cc 408 art::ObjPtr<art::mirror::Object> obj = soa.Decode<art::mirror::Object>(object);
430 art::ObjPtr<art::mirror::Object> obj = soa.Decode<art::mirror::Object>(object);
    [all...]
  /art/runtime/verifier/
reg_type.cc 780 ObjPtr<mirror::Class> common_elem = ClassJoin(s_ct, t_ct);
reg_type.h 208 bool CanAccessMember(ObjPtr<mirror::Class> klass, uint32_t access_flags) const
    [all...]
method_verifier.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/jni/
jni_compiler_test.cc     [all...]

Completed in 1058 milliseconds

1 2 3 4 5 6 7 8 91011