Searched defs:method_info (Results 1 – 7 of 7) sorted by relevance
/art/test/988-method-trace/ |
D | gen_srcs.py | 254 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/ |
D | elf_debug_loc_writer.h | 89 const MethodDebugInfo* method_info, in GetVariableLocations() 175 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
|
D | elf_debug_writer.cc | 178 const MethodDebugInfo& method_info) { in MakeElfFileForJIT()
|
/art/test/ti-stress/ |
D | stress.cc | 363 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/libdexfile/external/ |
D | dex_file_ext.cc | 289 /*out*/ ExtDexFileMethodInfo* method_info) { in ExtDexFileGetMethodInfoForOffset() 329 ExtDexFileMethodInfo method_info; in ExtDexFileGetAllMethodInfos() local
|
/art/tools/veridex/ |
D | resolver.cc | 259 VeriMethod method_info = method_infos_[method_index]; in GetMethod() local
|
/art/tools/jvmti-agents/breakpoint-logger/ |
D | breakpoint_logger.cc | 269 ScopedMethodInfo method_info(jvmti_env, env, method); in BreakpointCB() local
|