Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc1434 static ArtMethod* FromMethodId(JDWP::MethodId mid) in FromMethodId() function
1452 ArtMethod* m = FromMethodId(expected_location.method_id); in MatchLocation()
1495 ArtMethod* m = FromMethodId(method_id); in GetMethodName()
1503 ArtMethod* m = FromMethodId(method_id); in IsMethodObsolete()
1668 ArtMethod* m = FromMethodId(method_id); in OutputLineTable()
1701 ArtMethod* m = FromMethodId(method_id); in OutputVariableTable()
1749 ArtMethod* m = FromMethodId(method_id); in OutputMethodReturnValue()
1763 ArtMethod* m = FromMethodId(method_id); in GetBytecodes()
3380 ArtMethod* m = FromMethodId(location->method_id); in WatchLocation()
3415 ArtMethod* m = FromMethodId(location->method_id); in UnwatchLocation()
[all …]