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

  /external/v8/src/compiler/
move-optimizer.h 27 Zone* code_zone() const { return code()->zone(); } function in class:v8::internal::compiler::final
move-optimizer.cc 280 to_move.AddMove(move->source(), move->destination(), code_zone());
287 to->GetOrCreateParallelMove(Instruction::GapPosition::START, code_zone());
477 static_cast<Instruction::GapPosition>(0), code_zone());
553 static_cast<Instruction::GapPosition>(1), code_zone());
register-allocator.h 809 Zone* code_zone() const { return code()->zone(); } function in class:v8::internal::compiler::LiveRange::final
918 Zone* code_zone() const { return code()->zone(); } function in class:v8::internal::compiler::LiveRange::final
1193 Zone* code_zone() const { return code()->zone(); } function in class:v8::internal::compiler::LiveRange::final
    [all...]
register-allocator.cc     [all...]

Completed in 226 milliseconds