Home
last modified time | relevance | path

Searched refs:MethodUnwind (Results 1 – 7 of 7) sorted by relevance

/art/runtime/jit/
Djit_instrumentation.h78 virtual void MethodUnwind(Thread* /*thread*/, mirror::Object* /*this_object*/, in MethodUnwind() function
/art/runtime/
Dtrace.h156 void MethodUnwind(Thread* thread, mirror::Object* this_object,
Dinstrumentation.h76 virtual void MethodUnwind(Thread* thread, mirror::Object* this_object,
Dinstrumentation_test.cc60 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, in MethodUnwind() function in art::instrumentation::FINAL
Dinstrumentation.cc893 listener->MethodUnwind(thread, this_object, method, dex_pc); in MethodUnwindEvent()
Dtrace.cc786 void Trace::MethodUnwind(Thread* thread, mirror::Object* this_object ATTRIBUTE_UNUSED, in MethodUnwind() function in art::Trace
Ddebugger.cc282 void MethodUnwind(Thread* thread ATTRIBUTE_UNUSED, mirror::Object* this_object ATTRIBUTE_UNUSED, in MethodUnwind() function in art::FINAL