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

  /external/webrtc/webrtc/modules/audio_device/android/
audio_manager.cc 186 webrtc::AudioManager* this_object = local
188 this_object->OnCacheAudioParameters(
audio_record_jni.cc 217 webrtc::AudioRecordJni* this_object = local
219 this_object->OnCacheDirectBufferAddress(env, byte_buffer);
236 webrtc::AudioRecordJni* this_object = local
238 this_object->OnDataIsRecorded(length);
audio_track_jni.cc 212 webrtc::AudioTrackJni* this_object = local
214 this_object->OnCacheDirectBufferAddress(env, byte_buffer);
233 webrtc::AudioTrackJni* this_object = local
235 this_object->OnGetPlayoutData(static_cast<size_t>(length));
  /art/runtime/
instrumentation.cc 1079 mirror::Object* this_object = instrumentation_frame.this_object_; local
    [all...]
debugger.cc 142 void MethodEntered(Thread* thread, mirror::Object* this_object, ArtMethod* method,
164 Dbg::UpdateDebugger(thread, this_object, method, 0, Dbg::kMethodEntry, nullptr);
168 void MethodExited(Thread* thread, mirror::Object* this_object, ArtMethod* method,
182 Dbg::UpdateDebugger(thread, this_object, method, dex_pc, events, &return_value);
185 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object ATTRIBUTE_UNUSED,
193 void DexPcMoved(Thread* thread, mirror::Object* this_object, ArtMethod* method,
210 Dbg::UpdateDebugger(thread, this_object, method, new_dex_pc, events, nullptr);
214 void FieldRead(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object,
217 Dbg::PostFieldAccessEvent(method, dex_pc, this_object, field);
220 void FieldWritten(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object,
2462 mirror::Object* this_object; member in struct:art::GetThisVisitor
    [all...]
  /art/runtime/interpreter/
interpreter_common.cc 65 Object* this_object = f->IsStatic() ? nullptr : obj; local
66 instrumentation->FieldReadEvent(self, this_object, shadow_frame.GetMethod(),
263 Object* this_object = f->IsStatic() ? nullptr : obj; local
264 instrumentation->FieldWriteEvent(self, this_object, shadow_frame.GetMethod(),
    [all...]

Completed in 133 milliseconds