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

1 2 3 4

  /external/v8/src/
prototype.h 22 * The PrototypeIterator can either run to the null_value(), the first
97 object_ = isolate_->heap()->null_value();
101 handle_ = handle(isolate_->heap()->null_value(), isolate_);
131 handle_ = isolate_->factory()->null_value();
messages.cc 177 return isolate_->factory()->null_value();
191 return isolate_->factory()->null_value();
203 return isolate_->factory()->null_value();
229 return isolate_->factory()->null_value();
259 if (!result.is_null()) return isolate_->factory()->null_value();
265 return isolate_->factory()->null_value();
accessors.cc     [all...]
bootstrapper.cc 353 global_proxy->set_native_context(*factory->null_value());
354 SetObjectPrototype(global_proxy, factory->null_value());
355 global_proxy->map()->SetConstructor(*factory->null_value());
530 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/v8/src/interpreter/
interpreter.cc 146 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
147 __ SetAccumulator(null_value);
1495 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
1508 Node* null_value = __ HeapConstant(isolate_->factory()->null_value()); local
    [all...]
  /external/v8/src/compiler/
js-graph.cc 54 return CACHED(kNullConstant, HeapConstant(factory()->null_value()));
  /external/v8/test/unittests/runtime/
runtime-interpreter-unittest.cc 152 std::make_pair(isolate()->factory()->null_value(), false),
  /external/v8/test/cctest/compiler/
test-js-constant-cache.cc 264 CHECK_EQ(T.NullConstant(), T.Constant(T.factory()->null_value()));
276 CHECK_EQ(*T.factory()->null_value(), *T.handle(T.NullConstant()));
function-tester.h 159 Handle<Object> null() { return isolate->factory()->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/ast/
ast-value-factory.cc 195 value_ = isolate->factory()->null_value();
ast-value-factory.h 278 F(null_value) \
  /external/v8/src/runtime/
runtime-liveedit.cc 101 return isolate->heap()->null_value();
runtime-regexp.cc     [all...]
runtime-object.cc     [all...]
runtime-classes.cc 96 prototype_parent = isolate->factory()->null_value();
runtime-internal.cc 340 return isolate->heap()->null_value();
  /external/v8/src/heap/
heap.cc     [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 203 Handle<Object> null_value = handles.main_isolate()->factory()->null_value(); local
215 CHECK(return_val.is_identical_to(null_value));
    [all...]
  /external/v8/src/debug/
liveedit.cc 728 Handle<HeapObject>(isolate()->heap()->null_value()));
787 Handle<Object>(isolate()->heap()->null_value(),
    [all...]
debug-evaluate.cc 276 Map::SetPrototype(new_map, isolate_->factory()->null_value());
  /bionic/tests/
pthread_test.cpp 1770 pthread_mutex_t* null_value = nullptr; local
1779 pthread_mutex_t* null_value = nullptr; local
    [all...]
  /external/v8/src/parsing/
json-parser.h 299 return factory()->null_value();

Completed in 1021 milliseconds

1 2 3 4