Home
last modified time | relevance | path

Searched defs:instruction_zone (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h664 Zone* instruction_zone() const { return sequence()->zone(); } in instruction_zone() function
Dinstruction.cc857 Zone* instruction_zone, in InstructionSequence()
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc375 Zone* instruction_zone() const { return instruction_zone_; } in instruction_zone() function in v8::internal::compiler::PipelineData