Searched refs:operand_type (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h93 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
96 operand_type_(operand_type) {
/external/v8/src/arm/
H A Dcode-stubs-arm.h84 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
87 operand_type_(operand_type) {
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h87 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
90 operand_type_(operand_type) {
/external/v8/src/mips/
H A Dcode-stubs-mips.h85 UnaryOpIC::TypeInfo operand_type = UnaryOpIC::UNINITIALIZED)
88 operand_type_(operand_type) {
/external/v8/src/
H A Dic.cc2151 ::v8::internal::TypeInfo operand_type = local
2153 if (operand_type.IsSmi()) {
2155 } else if (operand_type.IsNumber()) {

Completed in 140 milliseconds