/art/test/988-method-trace/ |
D | gen_srcs.py | 252 def format_receiver_name(method_info): argument 259 def format_call_to(method_info): argument 267 def format_instance_variable(method_info): argument 272 def format_initialize_klass(method_info): argument
|
/art/compiler/ |
D | compiled_method.cc | 108 const ArrayRef<const uint8_t>& method_info, in CompiledMethod() 129 const ArrayRef<const uint8_t>& method_info, in SwapAllocCompiledMethod()
|
D | common_compiler_test.cc | 64 ArrayRef<const uint8_t> method_info = compiled_method->GetMethodInfo(); in MakeExecutable() local
|
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 89 const MethodDebugInfo* method_info, in GetVariableLocations() 177 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
|
/art/test/ti-stress/ |
D | stress.cc | 357 ScopedMethodInfo method_info(jvmtienv, env, m); in doJvmtiMethodBind() local 438 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldAccessHook() local 508 ScopedMethodInfo method_info(jvmtienv, env, m); in FieldModificationHook() local 530 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodExitHook() local 549 ScopedMethodInfo method_info(jvmtienv, env, m); in MethodEntryHook() local 597 ScopedMethodInfo method_info(jvmtienv, env, method); in SingleStepHook() local
|
/art/runtime/ |
D | stack_map.cc | 194 const MethodInfo& method_info, in Dump() 234 const MethodInfo& method_info, in Dump()
|
D | stack.cc | 98 MethodInfo method_info = method_header->GetOptimizedMethodInfo(); in GetMethod() local
|
D | stack_map.h | 1003 const MethodInfo& method_info, in GetMethodIndexAtDepth() 1252 MethodInfo method_info) const { in GetMethodIndex()
|
/art/compiler/driver/ |
D | compiled_method_storage_test.cc | 56 ArrayRef<const uint8_t> method_info[] = { in TEST() local
|
D | compiled_method_storage.cc | 215 void CompiledMethodStorage::ReleaseMethodInfo(const LengthPrefixedArray<uint8_t>* method_info) { in ReleaseMethodInfo()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 205 MethodInfo method_info = current_code->GetOptimizedMethodInfo(); in DoGetCalleeSaveMethodCaller() local
|
D | entrypoint_utils-inl.h | 48 const MethodInfo& method_info, in GetResolvedMethod()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 227 uint8_t* method_info, in CommitCode() 550 uint8_t* method_info, in CommitCodeInternal()
|
/art/compiler/optimizing/ |
D | stack_map_test.cc | 991 MethodInfo method_info(method_info_region.begin()); in TEST() local
|
D | optimizing_compiler.cc | 856 ArenaVector<uint8_t> method_info(arena->Adapter(kArenaAllocStackMaps)); in Emit() local
|
/art/oatdump/ |
D | oatdump.cc | 1379 MethodInfo method_info = oat_method.GetOatQuickMethodHeader()->GetOptimizedMethodInfo(); in DumpVmapData() local 1397 const MethodInfo& method_info) { in DumpCodeInfo() 1658 MethodInfo method_info(oat_method.GetOatQuickMethodHeader()->GetOptimizedMethodInfo()); in DumpCode() local
|
/art/runtime/entrypoints/quick/ |
D | quick_trampoline_entrypoints.cc | 385 MethodInfo method_info = current_code->GetOptimizedMethodInfo(); in GetInvokeType() local
|