Home
last modified time | relevance | path

Searched refs:kNotHeapType (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/asmjs/
Dasm-types.cc78 return AsmType::kNotHeapType; in ElementSizeInBytes()
94 return AsmType::kNotHeapType; in ElementSizeInBytes()
Dasm-types.h333 enum : int32_t { kNotHeapType = -1 }; enumerator