Home
last modified time | relevance | path

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

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