Home
last modified time | relevance | path

Searched refs:is_symbol (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/glsl/
Ds_expression.h70 virtual bool is_symbol() const { return false; } in is_symbol() function
125 bool is_symbol() const { return true; } in is_symbol() function
Ds_expression.cpp183 case SYMBOL: if (expr->is_symbol()) *p_symbol = (s_symbol *) expr; break; in match()
/external/chromium_org/third_party/mesa/src/src/glsl/
Ds_expression.h70 virtual bool is_symbol() const { return false; } in is_symbol() function
125 bool is_symbol() const { return true; } in is_symbol() function
Ds_expression.cpp183 case SYMBOL: if (expr->is_symbol()) *p_symbol = (s_symbol *) expr; break; in match()
/external/v8/src/
Djson-parser.h108 template <bool is_symbol>
554 template <bool is_symbol>
583 if (seq_ascii && is_symbol) { in ScanJsonString()
Dobjects.cc925 bool is_symbol = this->IsSymbol(); in MakeExternal() local
931 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() local
982 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()
/external/chromium_org/v8/src/mips/
Dcode-stubs-mips.cc5094 Label is_symbol; in GenerateStrings() local
5095 __ Branch(&is_symbol, ne, tmp5, Operand(zero_reg)); in GenerateStrings()
5101 __ bind(&is_symbol); in GenerateStrings()
/external/v8/src/mips/
Dcode-stubs-mips.cc6940 Label is_symbol; in GenerateStrings() local
6941 __ Branch(&is_symbol, eq, tmp5, Operand(zero_reg)); in GenerateStrings()
6947 __ bind(&is_symbol); in GenerateStrings()