Home
last modified time | relevance | path

Searched defs:method_info (Results 1 – 6 of 6) 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.h81 const MethodDebugInfo* method_info, in GetVariableLocations()
167 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/tools/veridex/
Dresolver.cc259 VeriMethod method_info = method_infos_[method_index]; in GetMethod() local
/art/tools/jvmti-agents/breakpoint-logger/
Dbreakpoint_logger.cc269 ScopedMethodInfo method_info(jvmti_env, env, method); in BreakpointCB() local