Home
last modified time | relevance | path

Searched defs:BytecodeLiveness (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-liveness-map.h78 struct BytecodeLiveness { struct
79 BytecodeLivenessState* in; argument
80 BytecodeLivenessState* out; argument
Dbytecode-liveness-map.cc11 BytecodeLiveness::BytecodeLiveness(int register_count, Zone* zone) in BytecodeLiveness() function in v8::internal::compiler::BytecodeLiveness