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

  /art/runtime/
instrumentation.cc 171 mirror::Object* this_object = (*it).this_object_; local
175 instrumentation->MethodEnterEvent(thread, this_object, method, dex_pc);
404 void Instrumentation::MethodEnterEventImpl(Thread* thread, mirror::Object* this_object,
414 cur->MethodEntered(thread, this_object, method, dex_pc);
418 void Instrumentation::MethodExitEventImpl(Thread* thread, mirror::Object* this_object,
428 cur->MethodExited(thread, this_object, method, dex_pc, return_value);
432 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object,
442 void Instrumentation::DexPcMovedEventImpl(Thread* thread, mirror::Object* this_object,
451 listener->DexPcMoved(thread, this_object, method, dex_pc);
481 void Instrumentation::PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object,
522 mirror::Object* this_object = instrumentation_frame.this_object_; local
    [all...]
thread.cc 2185 mirror::Object* this_object = (*it).this_object_; local
2218 mirror::Object* this_object = frame.this_object_; local
    [all...]
debugger.cc 117 virtual void MethodEntered(Thread* thread, mirror::Object* this_object,
124 Dbg::PostLocationEvent(method, 0, this_object, Dbg::kMethodEntry);
127 virtual void MethodExited(Thread* thread, mirror::Object* this_object,
136 Dbg::PostLocationEvent(method, dex_pc, this_object, Dbg::kMethodExit);
146 virtual void DexPcMoved(Thread* thread, mirror::Object* this_object,
149 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc);
1990 mirror::Object* this_object; member in struct:art::GetThisVisitor
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/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...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/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...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/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 955 llvm::Value* this_object = call_inst.getArgOperand(3); local
    [all...]

Completed in 652 milliseconds