HomeSort by relevance Sort by last modified time
    Searched refs:null_value (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/v8/src/
prototype.h 22 * The PrototypeIterator can either run to the null_value(), the first
115 object_ = isolate_->heap()->null_value();
119 handle_ = isolate_->factory()->null_value();
147 handle_ = isolate_->factory()->null_value();
messages.cc 326 if (!HasScript()) return isolate_->factory()->null_value();
338 return isolate_->factory()->null_value();
369 if (!HasScript()) return isolate_->factory()->null_value();
375 return isolate_->factory()->null_value();
381 return isolate_->factory()->null_value();
418 if (!result.is_null()) return isolate_->factory()->null_value();
424 return isolate_->factory()->null_value();
432 return isolate_->factory()->null_value();
664 name = isolate_->factory()->null_value();
700 return isolate_->factory()->null_value();
    [all...]
api-natives.cc 539 isolate->factory()->null_value());
543 JSObject::ForceSetPrototype(object, isolate->factory()->null_value());
accessors.cc 904 return isolate->factory()->null_value();
927 ? Handle<Object>::cast(isolate->factory()->null_value())
    [all...]
  /external/libchrome/base/json/
json_value_serializer_unittest.cc 228 Value* null_value = NULL; local
229 ASSERT_TRUE(root_dict->Get("null", &null_value));
230 ASSERT_TRUE(null_value);
231 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
427 Value* null_value = NULL; local
428 ASSERT_TRUE(root_dict->Get("null", &null_value));
429 ASSERT_TRUE(null_value);
430 ASSERT_TRUE(null_value->IsType(Value::TYPE_NULL));
  /external/llvm/unittests/IR/
ValueHandleTest.cpp 97 Value *null_value = nullptr; local
98 EXPECT_EQ(null_value, WVH);
99 EXPECT_EQ(null_value, WVH_Copy);
100 EXPECT_EQ(null_value, WVH_Recreated);
  /external/swiftshader/third_party/LLVM/unittests/Support/
ValueHandleTest.cpp 101 Value *null_value = NULL; local
102 EXPECT_EQ(null_value, WVH);
103 EXPECT_EQ(null_value, WVH_Copy);
104 EXPECT_EQ(null_value, WVH_Recreated);
  /external/v8/src/builtins/
builtins-callsite.cc 31 return isolate->heap()->null_value();
  /external/protobuf/src/google/protobuf/
struct.pb.cc 622 // optional .google.protobuf.NullValue null_value = 1;
736 // optional .google.protobuf.NullValue null_value = 1;
739 1, this->null_value(), output);
780 // optional .google.protobuf.NullValue null_value = 1;
783 1, this->null_value(), target);
830 // optional .google.protobuf.NullValue null_value = 1;
833 ::google::protobuf::internal::WireFormatLite::EnumSize(this->null_value());
897 set_null_value(from.null_value());
967 // optional .google.protobuf.NullValue null_value = 1;
980 ::google::protobuf::NullValue Value::null_value() const { function in class:google::protobuf::Value
    [all...]
struct.pb.h 48 NULL_VALUE = 0,
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
227 // optional .google.protobuf.NullValue null_value = 1;
233 ::google::protobuf::NullValue null_value() const;
435 // optional .google.protobuf.NullValue null_value = 1;
448 inline ::google::protobuf::NullValue Value::null_value() const { function in class:google::protobuf::Value
449 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value)
461 // @@protoc_insertion_point(field_set:google.protobuf.Value.null_value)
  /bionic/tests/
pthread_test.cpp 1846 pthread_mutex_t* null_value = nullptr; local
1861 pthread_mutex_t* null_value = nullptr; local
1870 pthread_mutex_t* null_value = nullptr; local
1879 pthread_mutex_t* null_value = nullptr; local
    [all...]
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 395 message.repeated_value.add().null_value = 0
418 message.value.values.add().null_value = 0
well_known_types.py 631 struct_value.null_value = 0
648 elif which == 'null_value':
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
struct.pb.h 48 NULL_VALUE = 0,
53 const NullValue NullValue_MIN = NULL_VALUE;
54 const NullValue NullValue_MAX = NULL_VALUE;
227 // optional .google.protobuf.NullValue null_value = 1;
233 ::google::protobuf::NullValue null_value() const;
435 // optional .google.protobuf.NullValue null_value = 1;
448 inline ::google::protobuf::NullValue Value::null_value() const { function in class:google::protobuf::Value
449 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value)
461 // @@protoc_insertion_point(field_set:google.protobuf.Value.null_value)
  /external/v8/src/compiler/
js-graph.cc 121 return CACHED(kNullConstant, HeapConstant(factory()->null_value()));
  /external/v8/src/runtime/
runtime-liveedit.cc 99 return isolate->heap()->null_value();
runtime-object.cc 732 if (!obj->IsJSReceiver()) return isolate->heap()->null_value();
752 isolate->factory()->null_value(), attrs));
821 JSObject::DefineAccessor(object, name, isolate->factory()->null_value(),
    [all...]
runtime-classes.cc 112 prototype_parent = isolate->factory()->null_value();
runtime-debug.cc     [all...]
  /external/v8/src/interpreter/
interpreter.cc 425 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
426 __ SetAccumulator(null_value);
2449 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
2637 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
2648 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
    [all...]
  /external/v8/src/ast/
ast-value-factory.cc 239 set_value(isolate->factory()->null_value());
ast-value-factory.h 398 F(null_value) \
  /external/protobuf/python/google/protobuf/
json_format.py 251 # If the Value message is not set treat as null_value when serialize
253 if which is None or which == 'null_value':
375 # None is a null_value in Value.
466 message.null_value = 0
  /external/protobuf/conformance/
conformance_test.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 927 __ cmp(eax, isolate()->factory()->null_value());
    [all...]

Completed in 1197 milliseconds

1 2 3