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

1 2

  /external/v8/src/builtins/
builtins-promise.cc 37 return AllocateAndInitJSPromise(context, UndefinedConstant());
69 UndefinedConstant());
107 capability, JSPromiseCapability::kPromiseOffset, UndefinedConstant());
109 capability, JSPromiseCapability::kResolveOffset, UndefinedConstant());
111 UndefinedConstant());
140 UndefinedConstant());
176 UndefinedConstant());
178 UndefinedConstant());
180 UndefinedConstant());
202 UndefinedConstant());
    [all...]
builtins-async.cc 85 throwaway_promise, UndefinedConstant(),
86 UndefinedConstant());
builtins-async-function.cc 83 Return(UndefinedConstant());
92 Return(UndefinedConstant());
196 Return(UndefinedConstant());
builtins-generator.cc 77 UndefinedConstant(), TrueConstant());
builtins-async-iterator.cc 100 ? UndefinedConstant()
142 Node* const undefined = UndefinedConstant();
builtins-array.cc 530 original_map.Bind(UndefinedConstant());
553 GotoIf(WordEqual(receiver, UndefinedConstant()),
611 Return(UndefinedConstant());
624 Return(UndefinedConstant());
650 Return(UndefinedConstant());
    [all...]
builtins-constructor.cc 168 UndefinedConstant());
367 Node* undefined = UndefinedConstant();
545 result.Bind(UndefinedConstant());
builtins-object.cc 168 GotoIf(WordEqual(receiver, UndefinedConstant()), &return_undefined);
332 GotoIf(WordEqual(properties, UndefinedConstant()), &no_properties);
379 GotoIf(WordEqual(weak_cell, UndefinedConstant()), &call_runtime);
    [all...]
builtins-string.cc     [all...]
  /external/v8/src/compiler/
js-graph.h 58 Node* UndefinedConstant();
js-graph.cc 100 Node* JSGraph::UndefinedConstant() {
155 return UndefinedConstant();
js-create-lowering.cc 279 jsgraph()->UndefinedConstant());
606 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant());
624 node->InsertInput(graph()->zone(), 4, jsgraph()->UndefinedConstant());
655 jsgraph()->UndefinedConstant(),
679 jsgraph()->UndefinedConstant(),
    [all...]
js-builtin-reducer.cc 239 Node* object_map = jsgraph()->UndefinedConstant();
359 jsgraph()->UndefinedConstant());
456 vfalse1 = jsgraph()->UndefinedConstant();
479 vtrue0 = jsgraph()->UndefinedConstant();
512 jsgraph()->UndefinedConstant());
624 vfalse2 = jsgraph()->UndefinedConstant();
647 vtrue0 = jsgraph()->UndefinedConstant();
758 Node* vtrue = jsgraph()->UndefinedConstant();
    [all...]
js-inlining.cc 121 Replace(use, jsgraph()->UndefinedConstant());
245 jsgraph()->UndefinedConstant(), node->InputAt(0),
275 jsgraph()->UndefinedConstant(), function,
638 Node* new_target = jsgraph()->UndefinedConstant();
ast-graph-builder.cc 348 jsgraph()->UndefinedConstant(), graph()->start());
442 BuildReturn(jsgraph()->UndefinedConstant());
512 values()->push_back(builder->jsgraph()->UndefinedConstant());
526 Node* undefined_constant = builder->jsgraph()->UndefinedConstant();
893 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
903 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
913 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
923 ast_context()->ProduceValue(expr, jsgraph()->UndefinedConstant());
    [all...]
js-call-reducer.cc 100 node->ReplaceInput(1, jsgraph()->UndefinedConstant());
220 node->ReplaceInput(1, jsgraph()->UndefinedConstant());
242 : jsgraph()->UndefinedConstant();
    [all...]
js-generic-lowering.cc 364 Node* type_info = site.is_null() ? jsgraph()->UndefinedConstant()
521 Node* receiver = jsgraph()->UndefinedConstant();
541 Node* receiver = jsgraph()->UndefinedConstant();
typed-optimization.cc 70 Node* replacement = jsgraph()->UndefinedConstant();
bytecode-graph-builder.cc 152 Node* undefined_constant = builder->jsgraph()->UndefinedConstant();
697 Node* node = jsgraph()->UndefinedConstant();
    [all...]
js-typed-lowering.cc     [all...]
  /external/v8/src/ffi/
ffi-compiler.cc 97 Node* return_val = UndefinedConstant();
  /external/v8/src/
fast-accessor-assembler.cc 193 assembler_->UndefinedConstant(), // callee (there's no JSFunction)
194 assembler_->UndefinedConstant(), // call_data (undefined)
  /external/v8/src/interpreter/
interpreter-intrinsics.cc 99 result.Bind(__ UndefinedConstant());
interpreter-assembler.cc 780 allocation_feedback.Bind(UndefinedConstant());
    [all...]
  /external/v8/src/ic/
accessor-assembler.cc 228 exit_point->Return(UndefinedConstant());
363 exit_point->Return(UndefinedConstant());
436 Return(UndefinedConstant());
    [all...]

Completed in 802 milliseconds

1 2