Searched refs:HCurrentMethod (Results 1 – 7 of 7) sorted by relevance
2 of HCurrentMethod from the optimizing graph.
58 class HCurrentMethod; variable623 HCurrentMethod* GetCurrentMethod();834 HCurrentMethod* cached_current_method_;3443 class HCurrentMethod final : public HExpression<0> {3445 explicit HCurrentMethod(DataType::Type type, uint32_t dex_pc = kNoDexPc)6385 HLoadClass(HCurrentMethod* current_method, in HLoadClass()6617 HLoadString(HCurrentMethod* current_method, in HLoadString()6758 HLoadMethodHandle(HCurrentMethod* current_method, in HLoadMethodHandle()6802 HLoadMethodType(HCurrentMethod* current_method, in HLoadMethodType()
674 HCurrentMethod* HGraph::GetCurrentMethod() { in GetCurrentMethod()679 cached_current_method_ = new (allocator_) HCurrentMethod( in GetCurrentMethod()
5575 void LocationsBuilderARM64::VisitCurrentMethod(HCurrentMethod* instruction) { in VisitCurrentMethod()5582 HCurrentMethod* instruction ATTRIBUTE_UNUSED) { in VisitCurrentMethod()
4660 void LocationsBuilderX86_64::VisitCurrentMethod(HCurrentMethod* instruction) { in VisitCurrentMethod()4667 HCurrentMethod* instruction ATTRIBUTE_UNUSED) { in VisitCurrentMethod()
4747 void LocationsBuilderX86::VisitCurrentMethod(HCurrentMethod* instruction) { in VisitCurrentMethod()4753 void InstructionCodeGeneratorX86::VisitCurrentMethod(HCurrentMethod* instruction ATTRIBUTE_UNUSED) { in VisitCurrentMethod()
5425 void LocationsBuilderARMVIXL::VisitCurrentMethod(HCurrentMethod* instruction) { in VisitCurrentMethod()5432 HCurrentMethod* instruction ATTRIBUTE_UNUSED) { in VisitCurrentMethod()