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

  /external/v8/src/compiler/
bytecode-liveness-map.cc 11 BytecodeLiveness::BytecodeLiveness(int register_count, Zone* zone)
22 BytecodeLiveness& BytecodeLivenessMap::InitializeLiveness(int offset,
27 [&]() { return BytecodeLiveness(register_count, zone); },
32 BytecodeLiveness& BytecodeLivenessMap::GetLiveness(int offset) {
36 const BytecodeLiveness& BytecodeLivenessMap::GetLiveness(int offset) const {
bytecode-liveness-map.h 78 struct BytecodeLiveness {
82 BytecodeLiveness(int register_count, Zone* zone);
89 BytecodeLiveness& InitializeLiveness(int offset, int register_count,
92 BytecodeLiveness& GetLiveness(int offset);
93 const BytecodeLiveness& GetLiveness(int offset) const;
110 base::TemplateHashMapImpl<int, BytecodeLiveness,

Completed in 49 milliseconds