HomeSort by relevance Sort by last modified time
    Searched defs:this_object (Results 1 - 5 of 5) sorted by null

  /art/runtime/
instrumentation.cc 1082 mirror::Object* this_object = instrumentation_frame.this_object_; local
    [all...]
debugger.cc 237 void MethodEntered(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
244 Dbg::UpdateDebugger(thread, this_object, method, 0, Dbg::kMethodEntry, nullptr);
247 void MethodExited(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
254 Dbg::UpdateDebugger(thread, this_object, method, dex_pc, Dbg::kMethodExit, &return_value);
257 void MethodUnwind(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
265 void DexPcMoved(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
268 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, 0, nullptr);
271 void FieldRead(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method,
274 Dbg::PostFieldAccessEvent(method, dex_pc, this_object, field);
277 void FieldWritten(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method
2450 mirror::Object* this_object; member in struct:art::GetThisVisitor
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 54 Object* this_object = f->IsStatic() ? nullptr : obj; local
55 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
234 Object* this_object = f->IsStatic() ? nullptr : obj; local
235 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c 185 static struct gcov_summary this_object; variable in typeref:struct:gcov_summary
930 cs_tobj = &this_object.ctrs[t_ix];
    [all...]
  /art/compiler/llvm/
gbc_expander.cc 942 llvm::Value* this_object = call_inst.getArgOperand(3); local
    [all...]

Completed in 689 milliseconds