HomeSort by relevance Sort by last modified time
    Searched refs:gp_index_ (Results 1 - 7 of 7) sorted by null

  /art/compiler/optimizing/
code_generator.h 159 uint32_t gp_index_ = 0u; member in class:art::InvokeDexCallingConventionVisitor
    [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_x86_64.cc     [all...]
code_generator_mips64.cc 93 gp_index_++;
95 (gp_index_ < calling_convention.GetNumberOfRegisters())) {
96 next_location = Location::RegisterLocation(calling_convention.GetRegisterAt(gp_index_++));
    [all...]
code_generator_x86.cc     [all...]
code_generator_arm64.cc     [all...]
code_generator_mips.cc 98 uint32_t gp_index = gp_index_++;
109 uint32_t gp_index = gp_index_;
110 gp_index_ += 2;
114 gp_index_++; // Skip A1(A3), and use A2_A3(T0_T1) instead.
    [all...]

Completed in 246 milliseconds