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

  /art/compiler/optimizing/
code_generator_arm.h 560 MethodToLiteralMap method_patches_; member in class:art::arm::CodeGeneratorARM
code_generator_arm64.h 638 MethodToLiteralMap method_patches_; member in class:art::arm64::CodeGeneratorARM64
code_generator_x86.h 588 ArenaDeque<MethodPatchInfo<Label>> method_patches_; member in class:art::x86::CodeGeneratorX86
code_generator_x86_64.h 563 ArenaDeque<MethodPatchInfo<Label>> method_patches_; member in class:art::x86_64::CodeGeneratorX86_64
code_generator_arm64.cc     [all...]
code_generator_x86.cc 800 method_patches_(graph->GetArena()->Adapter(kArenaAllocCodeGenerator)),
    [all...]
code_generator_x86_64.cc 784 method_patches_.emplace_back(invoke->GetTargetMethod());
785 __ Bind(&method_patches_.back().label); // Bind the label at the end of the "movl" insn.
    [all...]
code_generator_arm.cc 784 method_patches_(MethodReferenceComparator(),
    [all...]

Completed in 421 milliseconds