Home
last modified time | relevance | path

Searched defs:method_info (Results 1 – 9 of 9) sorted by relevance

/art/test/988-method-trace/
Dgen_srcs.py254 def format_receiver_name(method_info): argument
261 def format_call_to(method_info): argument
269 def format_instance_variable(method_info): argument
274 def format_initialize_klass(method_info): argument
/art/compiler/debug/
Delf_debug_loc_writer.h85 const MethodDebugInfo* method_info, in GetVariableLocations()
171 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
Delf_debug_writer.cc179 const MethodDebugInfo& method_info) { in MakeElfFileForJIT()
/art/test/ti-stress/
Dstress.cc363 ScopedMethodInfo method_info(jvmtienv, env, m); in doJvmtiMethodBind() local
444 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldAccessHook() local
514 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldModificationHook() local
536 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodExitHook() local
555 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodEntryHook() local
603 ScopedMethodInfo method_info(jvmtienv, env, method); in SingleStepHook() local
/art/runtime/entrypoints/
Dentrypoint_utils-inl.h57 MethodInfo method_info) in GetResolvedMethodErrorString()
136 MethodInfo method_info = code_info.GetMethodInfoOf(inline_info); in GetResolvedMethod() local
/art/tools/veridex/
Dresolver.cc259 VeriMethod method_info = method_infos_[method_index]; in GetMethod() local
/art/runtime/
Dstack_map.cc297 MethodInfo method_info = code_info.GetMethodInfoOf(*this); in Dump() local
/art/compiler/optimizing/
Dstack_map_stream.cc274 MethodInfo method_info = code_info.GetMethodInfoOf(inline_info); in BeginInlineInfoEntry() local
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc269 ScopedMethodInfo method_info(jvmti_env, env, method); in BreakpointCB() local