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

  /art/compiler/optimizing/
code_generator.h 57 Label* GetEntryLabel() { return &entry_label_; }
code_generator_x86_64.cc 71 __ Bind(GetEntryLabel());
87 __ Bind(GetEntryLabel());
107 __ Bind(GetEntryLabel());
225 __ j(kLess, slow_path->GetEntryLabel());
    [all...]
code_generator_arm.cc 67 __ Bind(GetEntryLabel());
84 __ Bind(GetEntryLabel());
102 __ Bind(GetEntryLabel());
276 __ b(slow_path->GetEntryLabel(), CC);
    [all...]
code_generator_x86.cc 67 __ Bind(GetEntryLabel());
82 __ Bind(GetEntryLabel());
101 __ Bind(GetEntryLabel());
258 __ j(kLess, slow_path->GetEntryLabel());
    [all...]

Completed in 162 milliseconds