OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImmovableHeapConstant
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/compiler/
js-graph.cc
13
Node* JSGraph::
ImmovableHeapConstant
(Handle<Object> object) {
29
ImmovableHeapConstant
(CEntryStub(isolate(), 1).GetCode()));
38
ImmovableHeapConstant
(factory()->undefined_value()));
46
the_hole_constant_.set(
ImmovableHeapConstant
(factory()->the_hole_value()));
54
true_constant_.set(
ImmovableHeapConstant
(factory()->true_value()));
62
false_constant_.set(
ImmovableHeapConstant
(factory()->false_value()));
70
null_constant_.set(
ImmovableHeapConstant
(factory()->null_value()));
js-graph.h
109
Node*
ImmovableHeapConstant
(Handle<Object> value);
Completed in 68 milliseconds