HomeSort by relevance Sort by last modified time
    Searched defs:HeapConstant (Results 1 - 6 of 6) sorted by null

  /external/v8/src/compiler/
js-graph.cc 19 HeapConstant(isolate()->builtins()->AllocateInNewSpace()));
24 HeapConstant(isolate()->builtins()->AllocateInOldSpace()));
29 HeapConstant(isolate()->builtins()->ToNumber()));
40 HeapConstant(CEntryStub(isolate(), result_size, save_doubles,
46 return HeapConstant(stub.GetCode());
51 HeapConstant(factory()->empty_fixed_array()));
56 HeapConstant(factory()->empty_literals_array()));
60 return CACHED(kEmptyStringConstant, HeapConstant(factory()->empty_string()));
65 HeapConstant(factory()->fixed_array_map()));
70 HeapConstant(factory()->fixed_double_array_map()))
    [all...]
code-assembler.cc 124 Node* CodeAssembler::HeapConstant(Handle<HeapObject> object) {
125 return raw_assembler_->HeapConstant(object);
296 return HeapConstant(Handle<HeapObject>::cast(root));
479 Node* target = HeapConstant(callable.code());
485 Node* target = HeapConstant(callable.code());
493 Node* target = HeapConstant(callable.code());
501 Node* target = HeapConstant(callable.code());
508 Node* target = HeapConstant(callable.code());
711 Node* target = HeapConstant(callable.code());
718 Node* target = HeapConstant(callable.code())
    [all...]
types.h 513 static Type* HeapConstant(i::Handle<i::HeapObject> value, Zone* zone) {
common-operator.cc 891 const Operator* CommonOperatorBuilder::HeapConstant(
895 "HeapConstant", // name
    [all...]
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));
700 return HeapConstant(isolate()->factory()->InternalizeUtf8String(string));
    [all...]
wasm-compiler.cc 90 inputs[count++] = jsgraph->HeapConstant(context); // context
992 Node* WasmGraphBuilder::HeapConstant(Handle<HeapObject> value) {
993 return jsgraph()->HeapConstant(value);
    [all...]

Completed in 48 milliseconds