Home
last modified time | relevance | path

Searched refs:current_method (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/system/extras/perf2cfg/perf2cfg/
H A Dedit.py122 self.current_method: analyze.Method
257 logging.info('Annotated %s', self.current_method.name)
312 self.current_method = self.analyzer.methods[method_name]
316 event_count = self.current_method.event_counts[event_name]
332 for instruction in self.current_method.instructions.values())
354 event_count = self.current_method.event_counts[event_name]
392 instruction = self.current_method.instructions.get(addr)
432 method_event_count = self.current_method.event_counts[
501 total_event_count = self.current_method.event_counts[event_name]
521 total_event_count = self.current_method.event_counts[event_name]
/aosp_15_r20/art/runtime/
H A Dnative_stack_dump.cc322 ArtMethod* current_method, in DumpNativeStack() argument
326 DumpNativeStack(os, unwinder, tid, prefix, current_method, ucontext_ptr, skip_frames); in DumpNativeStack()
333 ArtMethod* current_method, in DumpNativeStack() argument
402 } else if (current_method != nullptr && holds_mutator_lock) { in DumpNativeStack()
403 const OatQuickMethodHeader* header = current_method->GetOatQuickMethodHeader(frame.pc); in DumpNativeStack()
406 os << current_method->JniLongName() << "+" in DumpNativeStack()
437 [[maybe_unused]] ArtMethod* current_method,
445 [[maybe_unused]] ArtMethod* current_method,
H A Dnative_stack_dump.h42 ArtMethod* current_method = nullptr,
51 ArtMethod* current_method = nullptr,
H A Dclass_linker.cc6725 ArtMethod* current_method, in SetIMTRef() argument
6730 *imt_ref = current_method; in SetIMTRef()
6739 current_method->GetInterfaceMethodIfProxy(image_pointer_size_))) { in SetIMTRef()
6740 *imt_ref = current_method; in SetIMTRef()
7950 for (ArtMethod& current_method : current_iface->GetDeclaredVirtualMethods(kPointerSize)) { in ContainsOverridingMethodOf()
7951 if (MethodSignatureEquals(&current_method, interface_method)) { in ContainsOverridingMethodOf()
9009 ArtMethod* current_method = super_class->GetVTableEntry(vtable_index, kPointerSize); in LinkMethods() local
9010 DCHECK(klass->CanAccessMember(current_method->GetDeclaringClass(), in LinkMethods()
9011 current_method->GetAccessFlags())); in LinkMethods()
9012 DCHECK(!current_method->IsFinal()); in LinkMethods()
H A Dthread.cc2358 ArtMethod* current_method = thread->GetCurrentMethod(nullptr); in ShouldShowNativeStack() local
2359 return current_method != nullptr && current_method->IsNative(); in ShouldShowNativeStack()
H A Dclass_linker.h1390 ArtMethod* current_method,
/aosp_15_r20/external/angle/build/android/
H A Dconvert_dex_profile.py316 current_method = None
332 current_method = Method(
336 assert current_method is not None
338 current_method.param_types = match.group('method_params')
339 current_method.return_type = match.group('method_return_type')
349 current_class.AddMethod(current_method, method_line_numbers)
/aosp_15_r20/external/cronet/build/android/
H A Dconvert_dex_profile.py316 current_method = None
332 current_method = Method(
336 assert current_method is not None
338 current_method.param_types = match.group('method_params')
339 current_method.return_type = match.group('method_return_type')
349 current_class.AddMethod(current_method, method_line_numbers)
/aosp_15_r20/art/runtime/mirror/
H A Ddex_cache.cc238 for (ArtMethod& current_method : resolved->GetDeclaredMethods(pointer_size)) { in SetResolvedType()
239 uint32_t new_index = current_method.GetDexMethodIndex(); in SetResolvedType()
241 resolved_methods->Set(new_index, &current_method); in SetResolvedType()
H A Dclass.cc1006 ArtMethod* current_method = &method_iter; in FindVirtualMethodForInterfaceSuper() local
1007 if (current_method->HasSameNameAndSignature(method)) { in FindVirtualMethodForInterfaceSuper()
1008 if (current_method->IsDefault()) { in FindVirtualMethodForInterfaceSuper()
1016 DCHECK(possible_override->HasSameNameAndSignature(current_method)); in FindVirtualMethodForInterfaceSuper()
1023 return current_method; in FindVirtualMethodForInterfaceSuper()
1028 abstract_methods.push_back(current_method); in FindVirtualMethodForInterfaceSuper()
/aosp_15_r20/art/runtime/jni/
H A Djava_vm_ext.cc598 ArtMethod* current_method = self->GetCurrentMethod(nullptr); in JniAbort() local
607 if (current_method != nullptr) { in JniAbort()
608 os << "\n from " << current_method->PrettyMethod(); in JniAbort()
/aosp_15_r20/art/compiler/optimizing/
H A Dnodes.h6633 HLoadClass(HCurrentMethod* current_method,
6644 special_input_(HUserRecord<HInstruction*>(current_method)),
6877 HLoadString(HCurrentMethod* current_method,
6885 special_input_(HUserRecord<HInstruction*>(current_method)),
7017 HLoadMethodHandle(HCurrentMethod* current_method,
7025 special_input_(HUserRecord<HInstruction*>(current_method)),
7077 HLoadMethodType(HCurrentMethod* current_method,
7085 special_input_(HUserRecord<HInstruction*>(current_method)),
H A Dcode_generator_arm_vixl.cc3782 Location current_method = locations->InAt(invoke->GetNumberOfArguments() - 1); in VisitInvokeInterface() local
3783 if (current_method.IsStackSlot()) { in VisitInvokeInterface()
3785 kLoadWord, RegisterFrom(hidden_reg), sp, current_method.GetStackIndex()); in VisitInvokeInterface()
3787 __ Mov(RegisterFrom(hidden_reg), RegisterFrom(current_method)); in VisitInvokeInterface()
7798 vixl32::Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local
7801 current_method, in VisitLoadClass()
H A Dcode_generator_riscv64.cc4376 XRegister current_method = locations->InAt(0).AsRegister<XRegister>(); in VisitLoadClass() local
4379 current_method, in VisitLoadClass()
H A Dcode_generator_arm64.cc5759 Register current_method = InputRegisterAt(cls, 0); in VisitLoadClass() local
5762 current_method, in VisitLoadClass()
H A Dcode_generator_x86_64.cc6787 CpuRegister current_method = locations->InAt(0).AsRegister<CpuRegister>(); in VisitLoadClass() local
6791 Address(current_method, ArtMethod::DeclaringClassOffset().Int32Value()), in VisitLoadClass()
H A Dcode_generator_x86.cc7462 Register current_method = locations->InAt(0).AsRegister<Register>(); in VisitLoadClass() local
7466 Address(current_method, ArtMethod::DeclaringClassOffset().Int32Value()), in VisitLoadClass()