Home
last modified time | relevance | path

Searched defs:this_object (Results 1 – 13 of 13) sorted by relevance

/art/runtime/entrypoints/portable/
Dportable_invoke_entrypoints.cc25 mirror::ArtMethod* FindMethodHelper(uint32_t method_idx, mirror::Object* this_object, in FindMethodHelper()
75mirror::Object* this_object, in art_portable_find_static_method_from_code_with_access_check()
83mirror::Object* this_object, in art_portable_find_direct_method_from_code_with_access_check()
91mirror::Object* this_object, in art_portable_find_virtual_method_from_code_with_access_check()
99mirror::Object* this_object, in art_portable_find_super_method_from_code_with_access_check()
107mirror::Object* this_object, in art_portable_find_interface_method_from_code_with_access_check()
115 mirror::Object* this_object, in art_portable_find_interface_method_from_code()
/art/runtime/
Dinstrumentation.h260 void MethodEnterEvent(Thread* thread, mirror::Object* this_object, in MethodEnterEvent()
269 void MethodExitEvent(Thread* thread, mirror::Object* this_object, in MethodExitEvent()
284 void DexPcMovedEvent(Thread* thread, mirror::Object* this_object, in DexPcMovedEvent()
293 void FieldReadEvent(Thread* thread, mirror::Object* this_object, in FieldReadEvent()
303 void FieldWriteEvent(Thread* thread, mirror::Object* this_object, in FieldWriteEvent()
Dinstrumentation.cc936 void Instrumentation::MethodEnterEventImpl(Thread* thread, mirror::Object* this_object, in MethodEnterEventImpl()
950 void Instrumentation::MethodExitEventImpl(Thread* thread, mirror::Object* this_object, in MethodExitEventImpl()
964 void Instrumentation::MethodUnwindEvent(Thread* thread, mirror::Object* this_object, in MethodUnwindEvent()
974 void Instrumentation::DexPcMovedEventImpl(Thread* thread, mirror::Object* this_object, in DexPcMovedEventImpl()
985 void Instrumentation::FieldReadEventImpl(Thread* thread, mirror::Object* this_object, in FieldReadEventImpl()
996 void Instrumentation::FieldWriteEventImpl(Thread* thread, mirror::Object* this_object, in FieldWriteEventImpl()
1037 void Instrumentation::PushInstrumentationStackFrame(Thread* self, mirror::Object* this_object, in PushInstrumentationStackFrame()
1082 mirror::Object* this_object = instrumentation_frame.this_object_; in PopInstrumentationStackFrame() local
Dtrace.cc559 void Trace::DexPcMoved(Thread* thread, mirror::Object* this_object, in DexPcMoved()
565 void Trace::FieldRead(Thread* /*thread*/, mirror::Object* this_object, in FieldRead()
572 void Trace::FieldWritten(Thread* /*thread*/, mirror::Object* this_object, in FieldWritten()
580 void Trace::MethodEntered(Thread* thread, mirror::Object* this_object, in MethodEntered()
589 void Trace::MethodExited(Thread* thread, mirror::Object* this_object, in MethodExited()
600 void Trace::MethodUnwind(Thread* thread, mirror::Object* this_object, in MethodUnwind()
Ddebugger.cc233 void MethodEntered(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodEntered()
243 void MethodExited(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodExited()
253 void MethodUnwind(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in MethodUnwind()
261 void DexPcMoved(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in DexPcMoved()
267 void FieldRead(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in FieldRead()
273 void FieldWritten(Thread* thread, mirror::Object* this_object, mirror::ArtMethod* method, in FieldWritten()
2438 mirror::Object* this_object; member
2768 void Dbg::PostLocationEvent(mirror::ArtMethod* m, int dex_pc, mirror::Object* this_object, in PostLocationEvent()
2782 mirror::Object* this_object, mirror::ArtField* f) { in PostFieldAccessEvent()
2795 mirror::Object* this_object, mirror::ArtField* f, in PostFieldModificationEvent()
[all …]
Dcommon_throws.cc225 mirror::Object* this_object, in ThrowIncompatibleClassChangeErrorClassForInterfaceDispatch()
/art/runtime/entrypoints/quick/
Dquick_instrumentation_entrypoints.cc28 mirror::Object* this_object, in artInstrumentationMethodEntryFromCode()
Dquick_trampoline_entrypoints.cc1746 static TwoWordReturn artInvokeCommon(uint32_t method_idx, mirror::Object* this_object, in artInvokeCommon()
1806 uint32_t method_idx, mirror::Object* this_object, in artInvokeInterfaceTrampolineWithAccessCheck()
1815 uint32_t method_idx, mirror::Object* this_object, in artInvokeDirectTrampolineWithAccessCheck()
1824 uint32_t method_idx, mirror::Object* this_object, in artInvokeStaticTrampolineWithAccessCheck()
1833 uint32_t method_idx, mirror::Object* this_object, in artInvokeSuperTrampolineWithAccessCheck()
1842 uint32_t method_idx, mirror::Object* this_object, in artInvokeVirtualTrampolineWithAccessCheck()
1852 mirror::Object* this_object, in artInvokeInterfaceTrampoline()
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h354 mirror::Object** this_object, in FindMethodFromCode()
529 mirror::Object* this_object, in FindMethodFast()
/art/runtime/mirror/
Dobject.cc127 Handle<Object> this_object(hs.NewHandle(this)); in Clone() local
/art/runtime/interpreter/
Dinterpreter_common.cc54 Object* this_object = f->IsStatic() ? nullptr : obj; in DoFieldGet() local
234 Object* this_object = f->IsStatic() ? nullptr : obj; in DoFieldPut() local
/art/runtime/jdwp/
Djdwp_event.cc924 mirror::Object* this_object, const JValue* fieldValue, in PostFieldEvent()
/art/compiler/llvm/
Dgbc_expander.cc942 llvm::Value* this_object = call_inst.getArgOperand(3); in EmitIntrinsicStringLengthOrIsEmpty() local