Searched refs:HCurrentMethod (Results 1 - 8 of 8) sorted by relevance

/art/compiler/optimizing/
H A Dnodes.h53 class HCurrentMethod;
550 HCurrentMethod* GetCurrentMethod();
738 HCurrentMethod* cached_current_method_;
2311 // (2): HCurrentMethod, potentially used by HInvokeStaticOrDirect, HLoadString, or HLoadClass
3310 class HCurrentMethod FINAL : public HExpression<0> {
3312 explicit HCurrentMethod(DataType::Type type, uint32_t dex_pc = kNoDexPc) function in class:art::FINAL::FINAL
4474 // There is potentially one extra argument for the HCurrentMethod node, and
6049 HLoadClass(HCurrentMethod* current_method,
6192 // The special input is the HCurrentMethod for kRuntimeCall or kReferrersClass.
6268 HLoadString(HCurrentMethod* current_metho
[all...]
H A Dnodes.cc672 HCurrentMethod* HGraph::GetCurrentMethod() {
677 cached_current_method_ = new (allocator_) HCurrentMethod(
H A Dcode_generator_arm64.cc1526 // do this in HCurrentMethod, as the instruction might have been removed
5383 void LocationsBuilderARM64::VisitCurrentMethod(HCurrentMethod* instruction) {
5390 HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_arm_vixl.cc2549 // do this in HCurrentMethod, as the instruction might have been removed
5185 void LocationsBuilderARMVIXL::VisitCurrentMethod(HCurrentMethod* instruction) {
5192 HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips64.cc1136 // do this in HCurrentMethod, as the instruction might have been removed
6590 void LocationsBuilderMIPS64::VisitCurrentMethod(HCurrentMethod* instruction) {
6596 void InstructionCodeGeneratorMIPS64::VisitCurrentMethod(HCurrentMethod* instruction
H A Dcode_generator_x86.cc1092 // do this in HCurrentMethod, as the instruction might have been removed
4247 void LocationsBuilderX86::VisitCurrentMethod(HCurrentMethod* instruction) {
4253 void InstructionCodeGeneratorX86::VisitCurrentMethod(HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_x86_64.cc1310 // do this in HCurrentMethod, as the instruction might have been removed
4094 void LocationsBuilderX86_64::VisitCurrentMethod(HCurrentMethod* instruction) {
4101 HCurrentMethod* instruction ATTRIBUTE_UNUSED) {
H A Dcode_generator_mips.cc1338 // do this in HCurrentMethod, as the instruction might have been removed
8668 void LocationsBuilderMIPS::VisitCurrentMethod(HCurrentMethod* instruction) {
8674 void InstructionCodeGeneratorMIPS::VisitCurrentMethod(HCurrentMethod* instruction

Completed in 140 milliseconds