Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h204 class int31_t {
206 int31_t() : value_(0) {} in int31_t() function
207 int31_t(int value) : value_(value) { // NOLINT(runtime/explicit) in int31_t() function
210 int31_t& operator=(int value) {
2796 bool ConstexprInt31Equal(int31_t a, int31_t b) { return a == b; } in ConstexprInt31Equal()
/external/v8/src/builtins/
Dbase.tq23 type int31 extends int32 generates 'TNode<Int32T>' constexpr 'int31_t';