Searched refs:is_symbol (Results 1 – 8 of 8) sorted by relevance
70 virtual bool is_symbol() const { return false; } in is_symbol() function125 bool is_symbol() const { return true; } in is_symbol() function
183 case SYMBOL: if (expr->is_symbol()) *p_symbol = (s_symbol *) expr; break; in match()
108 template <bool is_symbol>554 template <bool is_symbol>583 if (seq_ascii && is_symbol) { in ScanJsonString()
925 bool is_symbol = this->IsSymbol(); in MakeExternal() local931 is_symbol in MakeExternal()938 is_symbol in MakeExternal()946 if (is_symbol) self->Hash(); // Force regeneration of the hash value. in MakeExternal()976 bool is_symbol = this->IsSymbol(); in MakeExternal() local982 is_symbol ? heap->external_ascii_symbol_map() in MakeExternal()986 is_symbol ? heap->short_external_ascii_symbol_map() in MakeExternal()991 if (is_symbol) self->Hash(); // Force regeneration of the hash value. in MakeExternal()
5094 Label is_symbol; in GenerateStrings() local5095 __ Branch(&is_symbol, ne, tmp5, Operand(zero_reg)); in GenerateStrings()5101 __ bind(&is_symbol); in GenerateStrings()
6940 Label is_symbol; in GenerateStrings() local6941 __ Branch(&is_symbol, eq, tmp5, Operand(zero_reg)); in GenerateStrings()6947 __ bind(&is_symbol); in GenerateStrings()