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

1 2

  /external/v8/src/compiler/
js-graph.cc 21 HeapConstant(isolate()->builtins()->AllocateInNewSpace()));
26 HeapConstant(isolate()->builtins()->AllocateInOldSpace()));
31 HeapConstant(isolate()->builtins()->ToNumber()));
49 key, HeapConstant(CEntryStub(isolate(), result_size, save_doubles,
57 HeapConstant(CEntryStub(isolate(), result_size, save_doubles,
63 return HeapConstant(stub.GetCode());
68 HeapConstant(factory()->empty_fixed_array()));
72 return CACHED(kEmptyStringConstant, HeapConstant(factory()->empty_string()));
77 HeapConstant(factory()->fixed_array_map()));
82 HeapConstant(factory()->fixed_double_array_map()))
    [all...]
js-generic-lowering.cc 98 Node* stub_code = jsgraph()->HeapConstant(callable.code());
171 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
182 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
183 node->InsertInput(zone(), 1, jsgraph()->HeapConstant(p.name()));
195 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
196 node->InsertInput(zone(), 0, jsgraph()->HeapConstant(p.name()));
211 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
231 Node* vector = jsgraph()->HeapConstant(p.feedback().vector());
235 node->ReplaceInput(Descriptor::kName, jsgraph()->HeapConstant(p.name()));
249 Node* vector = jsgraph()->HeapConstant(p.feedback().vector())
    [all...]
js-create-lowering.cc 320 Node* const arguments_map = jsgraph()->HeapConstant(
341 Node* stub_code = jsgraph()->HeapConstant(callable.code());
363 Node* const arguments_map = jsgraph()->HeapConstant(
383 Node* stub_code = jsgraph()->HeapConstant(callable.code());
402 Node* const jsarray_map = jsgraph()->HeapConstant(handle(
422 Node* stub_code = jsgraph()->HeapConstant(callable.code());
452 Node* const arguments_map = jsgraph()->HeapConstant(handle(
483 Node* const arguments_map = jsgraph()->HeapConstant(
515 Node* const jsarray_map = jsgraph()->HeapConstant(handle(
561 Node* js_array_map = jsgraph()->HeapConstant(
    [all...]
js-call-reducer.cc 193 node, jsgraph()->HeapConstant(handle(apply->context(), isolate())));
209 node, jsgraph()->HeapConstant(handle(call->context(), isolate())));
385 receiver_node = jsgraph()->HeapConstant(receiver);
389 lookup == kHolderFound ? jsgraph()->HeapConstant(holder) : receiver_node;
409 node->InsertInput(zone, 0, jsgraph()->HeapConstant(stub.GetCode()));
597 Node* stub_code = jsgraph()->HeapConstant(callable.code());
601 Node* feedback_vector = jsgraph()->HeapConstant(p.feedback().vector());
616 Node* array_function = jsgraph()->HeapConstant(
731 Node* array_function = jsgraph()->HeapConstant(
    [all...]
js-native-context-specialization.cc 128 Node* value = jsgraph()->HeapConstant(result);
275 node, jsgraph()->HeapConstant(bound_target_function), 1);
291 Node* value = jsgraph()->HeapConstant(native_context());
355 jsgraph()->HeapConstant(name));
364 jsgraph()->HeapConstant(global_proxy()));
418 jsgraph()->HeapConstant(property_cell), effect, control);
477 jsgraph()->HeapConstant(property_cell), value,
489 jsgraph()->HeapConstant(property_cell), value, effect, control);
508 Node* context = jsgraph()->HeapConstant(result.context);
535 Node* context = jsgraph()->HeapConstant(result.context)
    [all...]
typed-optimization.cc 25 true_type_(Type::HeapConstant(factory()->true_value(), graph()->zone())),
27 Type::HeapConstant(factory()->false_value(), graph()->zone())),
183 Node* const value = jsgraph()->HeapConstant(object_map);
js-graph.h 67 // Creates a HeapConstant node, possibly canonicalized, and may access the
69 Node* HeapConstant(Handle<HeapObject> value);
91 // Creates a HeapConstant node for either true or false.
code-assembler.cc 187 Node* CodeAssembler::HeapConstant(Handle<HeapObject> object) {
188 return raw_assembler()->HeapConstant(object);
192 return HeapConstant(factory()->NewStringFromAsciiChecked(str, TENURED));
424 return HeapConstant(Handle<HeapObject>::cast(root));
511 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), return_count));
540 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), return_count));
code-assembler.h 218 Node* HeapConstant(Handle<HeapObject> object);
321 Node* target = HeapConstant(callable.code());
340 Node* target = HeapConstant(callable.code());
raw-machine-assembler.h 67 return HeapConstant(isolate()->factory()->null_value());
71 return HeapConstant(isolate()->factory()->undefined_value());
102 Node* HeapConstant(Handle<HeapObject> object) {
103 return AddNode(common()->HeapConstant(object));
107 return HeapConstant(Handle<HeapObject>::cast(object));
714 return HeapConstant(isolate()->factory()->InternalizeUtf8String(string));
effect-control-linearizer.cc     [all...]
graph-assembler.cc 46 Node* GraphAssembler::HeapConstant(Handle<HeapObject> object) {
47 return jsgraph()->HeapConstant(object);
js-typed-lowering.cc 529 Type::HeapConstant(factory()->empty_string(), graph()->zone()),
594 jsgraph()->HeapConstant(callable.code()));
741 Node* value_map = jsgraph()->HeapConstant(factory()->cons_string_map());
    [all...]
wasm-compiler.cc 507 Node* stub_code = jsgraph()->HeapConstant(code);
    [all...]
common-operator.h 344 const Operator* HeapConstant(const Handle<HeapObject>&);
js-inlining-heuristic.cc 209 Node* target = jsgraph()->HeapConstant(candidate.functions[i]);
  /external/v8/src/builtins/
builtins-async.cc 64 HeapConstant(factory()->promise_forwarding_handler_symbol());
77 Node* const key = HeapConstant(factory()->promise_handled_by_symbol());
builtins-object.cc 140 Node* lhs = HeapConstant(factory()->NewStringFromStaticChars("[object "));
141 Node* rhs = HeapConstant(factory()->NewStringFromStaticChars("]"));
195 HeapConstant(isolate()->factory()->to_string_tag_symbol());
240 Return(HeapConstant(isolate()->factory()->undefined_to_string()));
243 Return(HeapConstant(isolate()->factory()->null_to_string()));
246 Return(HeapConstant(isolate()->factory()->arguments_to_string()));
249 Return(HeapConstant(isolate()->factory()->array_to_string()));
252 Return(HeapConstant(isolate()->factory()->function_to_string()));
255 Return(HeapConstant(isolate()->factory()->error_to_string()));
258 Return(HeapConstant(isolate()->factory()->date_to_string()))
    [all...]
builtins-generator.cc 61 HeapConstant(
builtins-typedarray.cc 64 HeapConstant(
126 Node* method_arg = HeapConstant(
builtins-regexp.cc 37 Node* const name = HeapConstant(isolate()->factory()->lastIndex_string());
61 Node* const name = HeapConstant(isolate()->factory()->lastIndex_string());
175 Node* const name = HeapConstant(isolate()->factory()->group_string());
401 Node* const method_name_str = HeapConstant(
589 HeapConstant(isolate->factory()->InternalizeUtf8String(NAME)); \
657 Node* const name = HeapConstant(isolate()->factory()->match_symbol());
752 Node* const name = HeapConstant(isolate->factory()->constructor_string());
794 Node* const name = HeapConstant(isolate->factory()->source_string());
804 Node* const name = HeapConstant(isolate->factory()->flags_string());
    [all...]
builtins-conversion.cc 42 assembler->HeapConstant(assembler->factory()->to_primitive_symbol());
59 Node* hint_string = assembler->HeapConstant(
256 Node* name_string = assembler->HeapConstant(name);
476 assembler.HeapConstant(
builtins-promise.cc 250 : HeapConstant(
288 HeapConstant(isolate->factory()->constructor_string());
303 HeapConstant(isolate->factory()->species_symbol());
440 Node* const default_resolve_handler_symbol = HeapConstant(
457 Node* const default_reject_handler_symbol = HeapConstant(
760 Node* const then_str = HeapConstant(isolate->factory()->then_string());
797 HeapConstant(isolate->factory()->promise_handled_by_symbol());
    [all...]
  /external/v8/src/interpreter/
interpreter-assembler.cc 600 Node* code_target = HeapConstant(callable.code());
616 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())));
635 Node* code_target_call = HeapConstant(callable_call.code());
648 HeapConstant(FeedbackVector::UninitializedSentinel(isolate())));
700 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())),
715 Node* code_target_call = HeapConstant(callable_call.code());
733 Node* code_target = HeapConstant(callable.code());
745 Node* code_target = HeapConstant(callable.code());
790 HeapConstant(callable_function.code()), context,
805 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())))
    [all...]
interpreter.cc 416 __ HeapConstant(isolate_->factory()->undefined_value());
425 Node* null_value = __ HeapConstant(isolate_->factory()->null_value());
434 Node* the_hole_value = __ HeapConstant(isolate_->factory()->the_hole_value());
443 Node* true_value = __ HeapConstant(isolate_->factory()->true_value());
452 Node* false_value = __ HeapConstant(isolate_->factory()->false_value());
587 Node* code_target = __ HeapConstant(ic.code());
848 Node* code_target = __ HeapConstant(ic.code());
869 Node* code_target = __ HeapConstant(ic.code());
884 Node* code_target = __ HeapConstant(ic.code());
930 Node* code_target = __ HeapConstant(ic.code())
    [all...]

Completed in 420 milliseconds

1 2