Searched defs:skip_fastpath (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dcode-stubs.h1392 int offset, bool is_truncating, bool skip_fastpath = false)
1398 SkipFastPathBits::encode(skip_fastpath) |
1412 bool skip_fastpath() const { return SkipFastPathBits::decode(minor_key_); } function in class:v8::DoubleToIStub

Completed in 78 milliseconds