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

  /external/v8/src/compiler/
code-generator.cc 189 for (OutOfLineCode* ool = ools_; ool; ool = ool->next()) {
    [all...]
code-generator-impl.h 195 class OutOfLineCode : public ZoneObject {
197 explicit OutOfLineCode(CodeGenerator* gen);
198 virtual ~OutOfLineCode();
207 OutOfLineCode* next() const { return next_; }
214 OutOfLineCode* const next_;

Completed in 64 milliseconds