Home
last modified time | relevance | path

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

/aosp12/art/test/988-method-trace/
H A 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
/aosp12/art/compiler/debug/
H A Delf_debug_loc_writer.h81 const MethodDebugInfo* method_info, in GetVariableLocations()
167 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
H A Delf_debug_writer.cc179 const MethodDebugInfo& method_info) { in MakeElfFileForJIT()
/aosp12/art/test/ti-stress/
H A 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
/aosp12/art/tools/veridex/
H A Dresolver.cc259 VeriMethod method_info = method_infos_[method_index]; in GetMethod() local
/aosp12/art/tools/jvmti-agents/breakpoint-logger/
H A Dbreakpoint_logger.cc269 ScopedMethodInfo method_info(jvmti_env, env, method); in BreakpointCB() local