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

  /art/compiler/optimizing/
code_generator_arm_vixl.h 111 class LoadClassSlowPathARMVIXL;
324 void GenerateClassInitializationCheck(LoadClassSlowPathARMVIXL* slow_path,
    [all...]
code_generator_arm_vixl.cc 467 class LoadClassSlowPathARMVIXL : public SlowPathCodeARMVIXL {
469 LoadClassSlowPathARMVIXL(HLoadClass* cls, HInstruction* at, uint32_t dex_pc, bool do_clinit)
536 const char* GetDescription() const OVERRIDE { return "LoadClassSlowPathARMVIXL"; }
548 DISALLOW_COPY_AND_ASSIGN(LoadClassSlowPathARMVIXL);
    [all...]

Completed in 63 milliseconds