HomeSort by relevance Sort by last modified time
    Searched defs:LoadCurrentMethod (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
code_generator_arm.cc 833 void InstructionCodeGeneratorARM::LoadCurrentMethod(Register reg) {
851 LoadCurrentMethod(temp);
    [all...]
code_generator_x86.cc 272 void InstructionCodeGeneratorX86::LoadCurrentMethod(Register reg) {
793 LoadCurrentMethod(temp);
    [all...]
code_generator_x86_64.cc 244 void InstructionCodeGeneratorX86_64::LoadCurrentMethod(CpuRegister reg) {
735 LoadCurrentMethod(temp);
889 LoadCurrentMethod(CpuRegister(calling_convention.GetRegisterAt(1)));
    [all...]

Completed in 437 milliseconds