Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1404 static ArtMethod* FromMethodId(JDWP::MethodId mid) in FromMethodId() function
1422 ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()
1467 ArtMethod* m = FromMethodId(method_id); in GetMethodName()
1636 ArtMethod* m = FromMethodId(method_id); in OutputLineTable()
1700 ArtMethod* m = FromMethodId(method_id); in OutputVariableTable()
1729 ArtMethod* m = FromMethodId(method_id); in OutputMethodReturnValue()
1743 ArtMethod* m = FromMethodId(method_id); in GetBytecodes()
3423 ArtMethod* m = FromMethodId(location->method_id); in WatchLocation()
3458 ArtMethod* m = FromMethodId(location->method_id); in UnwatchLocation()
3907 ArtMethod* m = FromMethodId(method_id); in PrepareInvokeMethod()