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

  /external/v8/src/compiler/
graph-trimmer.h 40 V8_INLINE bool IsLive(Node* const node) { return is_live_.Get(node); }
44 is_live_.Set(node, true);
52 NodeMarker<bool> is_live_; member in class:v8::internal::compiler::final
  /art/runtime/
dex_file.h 890 is_live_(false) {
899 bool is_live_; // Is the local defined and live. member in struct:art::DexFile::MethodHandleType::LocalInfo
    [all...]

Completed in 67 milliseconds