Home
last modified time | relevance | path

Searched refs:HeapConstant (Results 1 – 25 of 38) sorted by relevance

12

/third_party/node/deps/v8/src/compiler/
Djs-graph.cc36 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 …]
Djs-generic-lowering.cc102 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()
Deffect-control-linearizer.cc1810 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 …]
Djs-graph.h52 Node* HeapConstant(Handle<HeapObject> value);
Dcode-assembler.cc282 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()
Djs-typed-lowering.cc688 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 …]
Dbasic-block-instrumentor.cc90 counters_array = graph->NewNode(common.HeapConstant(Handle<HeapObject>::New( in Instrument()
Djs-intrinsic-lowering.cc106 jsgraph()->HeapConstant(callable.code())); in ReduceCopyDataPropertiesWithExcludedPropertiesOnStack()
404 jsgraph()->HeapConstant(callable.code())); in Change()
Dproperty-access-builder.cc116 Node* expected = jsgraph()->HeapConstant(value); in BuildCheckValue()
Dgraph-assembler.cc92 TNode<HeapObject> JSGraphAssembler::HeapConstant(Handle<HeapObject> object) { in HeapConstant() function in v8::internal::compiler::JSGraphAssembler
94 AddClonedNode(jsgraph()->HeapConstant(object))); in HeapConstant()
Dcode-assembler.h550 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()
Draw-machine-assembler.cc67 return HeapConstant(isolate()->factory()->null_value()); in NullConstant()
71 return HeapConstant(isolate()->factory()->undefined_value()); in UndefinedConstant()
Draw-machine-assembler.h114 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()
Dtypes.cc879 return HeapConstant(ref.AsHeapObject(), zone); in Constant()
1106 Type Type::HeapConstant(const HeapObjectRef& value, Zone* zone) { in HeapConstant() function in v8::internal::compiler::Type
Djs-call-reducer.cc865 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 …]
Dcommon-operator.h515 const Operator* HeapConstant(const Handle<HeapObject>&); in NON_EXPORTED_BASE()
Dtypes.h512 static Type HeapConstant(const HeapObjectRef& value, Zone* zone);
Descape-analysis.cc552 Node* map_node = jsgraph->HeapConstant(map); in LowerCompareMapsWithoutLoad()
Dopcodes.h46 V(HeapConstant) \
Dgraph-assembler.h813 TNode<HeapObject> HeapConstant(Handle<HeapObject> object);
/third_party/node/deps/v8/src/builtins/
Dbuiltins-lazy-gen.cc132 CSA_DCHECK(this, TaggedNotEqual(sfi_code, HeapConstant(BUILTIN_CODE( in CompileLazy()
188 TNode<CodeT> code = HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN()
Dbuiltins-constructor-gen.cc258 HeapConstant(BUILTIN_CODE(isolate(), CompileLazy)); in TF_BUILTIN()
Dbuiltins-collections-gen.cc441 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/
Dinterpreter-assembler.cc723 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/
Dcode-stub-assembler.cc1728 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 …]

12