/third_party/node/deps/v8/src/compiler/ |
D | js-graph.cc | 36 return GET_CACHED_FIELD(ptr, HeapConstant(CodeFactory::CEntry( in CEntryStubConstant() 42 return GET_CACHED_FIELD(ptr, HeapConstant(CodeFactory::CEntry( in CEntryStubConstant() 46 return HeapConstant(CodeFactory::CEntry(isolate(), result_size, save_doubles, in CEntryStubConstant() 74 return HeapConstant(ref.AsHeapObject().object()); in Constant() 92 Node* JSGraph::HeapConstant(Handle<HeapObject> value) { in HeapConstant() function in v8::internal::compiler::JSGraph 95 *loc = graph()->NewNode(common()->HeapConstant(value)); in HeapConstant() 111 HeapConstant(BUILTIN_CODE(isolate(), AllocateInYoungGeneration))) 114 HeapConstant(BUILTIN_CODE(isolate(), 118 HeapConstant(BUILTIN_CODE(isolate(), AllocateInOldGeneration))) 121 HeapConstant(BUILTIN_CODE(isolate(), [all …]
|
D | js-generic-lowering.cc | 102 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceWithBuiltinCall() 137 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReplaceUnaryOpWithBuiltinCall() 846 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructForwardVarargs() 869 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstruct() 901 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithArrayLike() 930 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSConstructWithSpread() 957 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallForwardVarargs() 978 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCall() 999 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithArrayLike() 1034 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in LowerJSCallWithSpread()
|
D | effect-control-linearizer.cc | 1810 Node* check_cell = __ WordEqual(value_cell, __ HeapConstant(feedback_cell)); in LowerCheckClosure() 1854 Node* map = __ HeapConstant(maps[i]); in LowerCheckMaps() 1875 Node* map = __ HeapConstant(maps[i]); in LowerCheckMaps() 1896 Node* map = __ HeapConstant(maps[i]); in LowerCheckMaps() 1944 Node* map = __ HeapConstant(maps[i]); in LowerCompareMaps() 2029 __ TaggedEqual(value_map, __ HeapConstant(factory()->symbol_map())); in LowerCheckSymbol() 2085 Node* value = __ Call(call_descriptor, __ HeapConstant(callable.code()), lhs, in LowerStringConcat() 3039 return __ Call(call_descriptor, __ HeapConstant(callable.code()), argument, in LowerNumberToString() 3535 return __ Call(call_descriptor, __ HeapConstant(callable.code()), obj, in LowerTypeOf() 3548 return __ Call(call_descriptor, __ HeapConstant(callable.code()), obj); in LowerToBoolean() [all …]
|
D | js-graph.h | 52 Node* HeapConstant(Handle<HeapObject> value);
|
D | code-assembler.cc | 282 return UncheckedCast<Number>(HeapConstant( in NumberConstant() 298 return UncheckedCast<HeapObject>(jsgraph()->HeapConstant(object)); in UntypedHeapConstant() 304 return UncheckedCast<String>(HeapConstant(internalized_string)); in StringConstant() 310 jsgraph()->HeapConstant(Handle<HeapObject>::cast(object))); in BooleanConstant() 729 Node* map = HeapConstant(Handle<Map>::cast(root)); in LoadRootMapWord() 743 return HeapConstant(Handle<HeapObject>::cast(root)); in LoadRoot() 1019 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), result_size)); in CallRuntimeImpl() 1052 HeapConstant(CodeFactory::RuntimeCEntry(isolate(), result_size)); in TailCallRuntimeImpl()
|
D | js-typed-lowering.cc | 688 jsgraph()->HeapConstant(callable.code())); in ReduceJSAdd() 1078 jsgraph()->HeapConstant(factory()->true_string()), in ReduceJSToStringInput() 1079 jsgraph()->HeapConstant(factory()->false_string()))); in ReduceJSToStringInput() 1082 return Replace(jsgraph()->HeapConstant(factory()->undefined_string())); in ReduceJSToStringInput() 1085 return Replace(jsgraph()->HeapConstant(factory()->null_string())); in ReduceJSToStringInput() 1088 return Replace(jsgraph()->HeapConstant(factory()->NaN_string())); in ReduceJSToStringInput() 1142 jsgraph()->HeapConstant(callable.code()), receiver, in ReduceJSToObject() 1597 jsgraph()->HeapConstant(callable.code())); in ReduceJSConstructForwardVarargs() 1667 jsgraph()->HeapConstant(callable.code())); in ReduceJSCallForwardVarargs() 1790 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceJSCall() [all …]
|
D | basic-block-instrumentor.cc | 90 counters_array = graph->NewNode(common.HeapConstant(Handle<HeapObject>::New( in Instrument()
|
D | js-intrinsic-lowering.cc | 106 jsgraph()->HeapConstant(callable.code())); in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack() 404 jsgraph()->HeapConstant(callable.code())); in Change()
|
D | property-access-builder.cc | 116 Node* expected = jsgraph()->HeapConstant(value); in BuildCheckValue()
|
D | graph-assembler.cc | 92 TNode<HeapObject> JSGraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() function in v8::internal::compiler::JSGraphAssembler 94 AddClonedNode(jsgraph()->HeapConstant(object))); in HeapConstant()
|
D | code-assembler.h | 550 TNode<Type> HeapConstant(Handle<Type> object) { in HeapConstant() function 1177 TNode<CodeT> target = HeapConstant(callable.code()); in CallStub() 1199 TNode<CodeT> target = HeapConstant(callable.code()); in TailCallStub() 1237 TNode<CodeT> target = HeapConstant(callable.code()); in CallJS() 1248 TNode<CodeT> target = HeapConstant(callable.code()); in ConstructJSWithTarget()
|
D | raw-machine-assembler.cc | 67 return HeapConstant(isolate()->factory()->null_value()); in NullConstant() 71 return HeapConstant(isolate()->factory()->undefined_value()); in UndefinedConstant()
|
D | raw-machine-assembler.h | 114 Node* HeapConstant(Handle<HeapObject> object) { in HeapConstant() function 115 return AddNode(common()->HeapConstant(object)); in HeapConstant() 947 return HeapConstant(isolate()->factory()->InternalizeUtf8String(string)); in StringConstant()
|
D | types.cc | 879 return HeapConstant(ref.AsHeapObject(), zone); in Constant() 1106 Type Type::HeapConstant(const HeapObjectRef& value, Zone* zone) { in HeapConstant() function in v8::internal::compiler::Type
|
D | js-call-reducer.cc | 865 javascript()->CreateClosure(shared, code), HeapConstant(feedback_cell), in CreateClosureFromBuiltinSharedFunctionInfo() 979 inputs[cursor++] = HeapConstant(call_api_callback.code()); in ReduceFastApiCall() 1076 return TNode<Object>::UncheckedCast(Call(desc, HeapConstant(callable.code()), in Call4() 3165 jsgraph()->HeapConstant(factory()->ReflectGet_string()), context, in ReduceReflectGet() 3179 Node* stub_code = jsgraph()->HeapConstant(callable.code()); in ReduceReflectGet() 3236 jsgraph()->HeapConstant(factory()->ReflectHas_string()), context, in ReduceReflectHas() 3815 jsgraph()->HeapConstant(callable.code())); in ReduceCallApiFunction() 3868 jsgraph()->HeapConstant(call_api_callback.code())); in ReduceCallApiFunction() 6136 common()->Call(call_descriptor), jsgraph()->HeapConstant(callable.code()), in ReduceArrayPrototypeSlice() 6757 jsgraph()->HeapConstant(callable.code())); in ReduceStringPrototypeLocaleCompare() [all …]
|
D | common-operator.h | 515 const Operator* HeapConstant(const Handle<HeapObject>&); in NON_EXPORTED_BASE()
|
D | types.h | 512 static Type HeapConstant(const HeapObjectRef& value, Zone* zone);
|
D | escape-analysis.cc | 552 Node* map_node = jsgraph->HeapConstant(map); in LowerCompareMapsWithoutLoad()
|
D | opcodes.h | 46 V(HeapConstant) \
|
D | graph-assembler.h | 813 TNode<HeapObject> HeapConstant(Handle<HeapObject> object);
|
/third_party/node/deps/v8/src/builtins/ |
D | builtins-lazy-gen.cc | 132 CSA_DCHECK(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy() 188 TNode<CodeT> code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN()
|
D | builtins-constructor-gen.cc | 258 HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN()
|
D | builtins-collections-gen.cc | 441 HeapConstant(constructor_function_name)); in GenerateConstructor() 458 HeapConstant(add_func_name), collection); in GetAddFunction() 2519 HeapConstant(EphemeronHashTable::GetMap(ReadOnlyRoots(isolate()))); in AllocateTable()
|
/third_party/node/deps/v8/src/interpreter/ |
D | interpreter-assembler.cc | 723 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSAndDispatch() 744 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSAndDispatch() 789 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallJSWithSpreadAndDispatch() 873 feedback, HeapConstant(FeedbackVector::MegamorphicSentinel(isolate()))); in ConstructWithSpread() 949 HeapConstant(FeedbackVector::MegamorphicSentinel(isolate())), in ConstructWithSpread() 974 TNode<CodeT> code_target = HeapConstant(callable.code()); in CallRuntimeN()
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 1728 return HeapConstant(map_handle); in GetInstanceTypeMap() 3730 HeapConstant(CollectionType::GetMap(ReadOnlyRoots(isolate()))); in AllocateOrderedHashTableWithCapacity() 13620 result_var = HeapConstant(isolate()->factory()->symbol_string()); in Typeof() 13625 result_var = HeapConstant(isolate()->factory()->number_string()); in Typeof() 13639 result_var = HeapConstant(isolate()->factory()->function_string()); in Typeof() 13645 result_var = HeapConstant(isolate()->factory()->undefined_string()); in Typeof() 13651 result_var = HeapConstant(isolate()->factory()->object_string()); in Typeof() 13657 result_var = HeapConstant(isolate()->factory()->string_string()); in Typeof() 13663 result_var = HeapConstant(isolate()->factory()->bigint_string()); in Typeof() 14708 sfi_code = HeapConstant(BUILTIN_CODE(isolate(), InterpreterEntryTrampoline)); in GetSharedFunctionInfoCode() [all …]
|