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

/external/mesa3d/src/glsl/
H A Ds_expression.h64 virtual bool is_symbol() const { return false; } function in class:s_expression
120 bool is_symbol() const { return true; } function in class:s_symbol
/external/v8/src/mips/
H A Dcode-stubs-mips.cc6940 Label is_symbol; local
6941 __ Branch(&is_symbol, eq, tmp5, Operand(zero_reg));
6947 __ bind(&is_symbol);
/external/v8/src/
H A Dobjects.cc925 bool is_symbol = this->IsSymbol(); local
931 is_symbol
938 is_symbol
946 if (is_symbol) self->Hash(); // Force regeneration of the hash value.
976 bool is_symbol = this->IsSymbol(); local
982 is_symbol ? heap->external_ascii_symbol_map()
986 is_symbol ? heap->short_external_ascii_symbol_map()
991 if (is_symbol) self->Hash(); // Force regeneration of the hash value.

Completed in 96 milliseconds