Searched refs:kNullValue (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/
H A Dv8.h140 enum NilValue { kNullValue, kUndefinedValue }; enumerator in enum:v8::internal::NilValue
H A Dfull-codegen.cc1422 EmitLiteralCompareNil(expr, sub_expr, kNullValue);
H A Dhydrogen-instructions.cc736 stream->Add(nil() == kNullValue ? "null" : "undefined");
H A Dhydrogen.cc6841 return HandleLiteralCompareNil(expr, sub_expr, kNullValue);
/external/v8/src/arm/
H A Dlithium-arm.cc219 stream->Add(nil() == kNullValue ? "null" : "undefined");
H A Dfull-codegen-arm.cc4304 Heap::RootListIndex nil_value = nil == kNullValue ?
4312 Heap::RootListIndex other_nil_value = nil == kNullValue ?
H A Dlithium-codegen-arm.cc1830 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1838 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ?
/external/v8/src/mips/
H A Dlithium-mips.cc219 stream->Add(nil() == kNullValue ? "null" : "undefined");
H A Dfull-codegen-mips.cc4342 Heap::RootListIndex nil_value = nil == kNullValue ?
4350 Heap::RootListIndex other_nil_value = nil == kNullValue ?
H A Dlithium-codegen-mips.cc1692 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1699 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ?
/external/v8/src/x64/
H A Dlithium-x64.cc221 stream->Add(nil() == kNullValue ? "null" : "undefined");
H A Dfull-codegen-x64.cc4208 Heap::RootListIndex nil_value = nil == kNullValue ?
4215 Heap::RootListIndex other_nil_value = nil == kNullValue ?
H A Dlithium-codegen-x64.cc1616 Heap::RootListIndex nil_value = instr->nil() == kNullValue ?
1623 Heap::RootListIndex other_nil_value = instr->nil() == kNullValue ?
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc4294 Handle<Object> nil_value = nil == kNullValue ?
4301 Handle<Object> other_nil_value = nil == kNullValue ?
H A Dlithium-codegen-ia32.cc1645 Handle<Object> nil_value = instr->nil() == kNullValue ?
1652 Handle<Object> other_nil_value = instr->nil() == kNullValue ?
H A Dlithium-ia32.cc216 stream->Add(nil() == kNullValue ? "null" : "undefined");

Completed in 378 milliseconds