Home
last modified time | relevance | path

Searched refs:LoadInstanceType (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc134 TNode<Uint16T> lhs_instance_type = LoadInstanceType(CAST(lhs)); in Generate_AddWithFeedback()
165 TNode<Uint16T> rhs_instance_type = LoadInstanceType(rhs_heap_object); in Generate_AddWithFeedback()
187 TNode<Uint16T> rhs_instance_type = LoadInstanceType(CAST(rhs)); in Generate_AddWithFeedback()
348 TNode<Uint16T> lhs_instance_type = LoadInstanceType(CAST(lhs)); in Generate_BinaryOperationWithFeedback()
388 TNode<Uint16T> rhs_instance_type = LoadInstanceType(CAST(rhs)); in Generate_BinaryOperationWithFeedback()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-string-gen.cc144 TNode<Uint16T> lhs_instance_type = LoadInstanceType(lhs); in GenerateStringEqual()
145 TNode<Uint16T> rhs_instance_type = LoadInstanceType(rhs); in GenerateStringEqual()
318 TNode<Int32T> left_instance_type = LoadInstanceType(left); in AllocateConsString()
319 TNode<Int32T> right_instance_type = LoadInstanceType(right); in AllocateConsString()
386 TNode<Int32T> left_instance_type = LoadInstanceType(var_left.value()); in StringAdd()
387 TNode<Int32T> right_instance_type = LoadInstanceType(var_right.value()); in StringAdd()
570 TNode<Uint16T> lhs_instance_type = LoadInstanceType(lhs); in GenerateStringRelationalComparison()
571 TNode<Uint16T> rhs_instance_type = LoadInstanceType(rhs); in GenerateStringRelationalComparison()
1037 LoadInstanceType(subject_string); in TF_BUILTIN()
1254 TNode<Uint16T> instance_type = LoadInstanceType(subject_strin in StringToArray()
[all...]
H A Dbuiltins-proxy-gen.cc226 TNode<Uint16T> instance_type = LoadInstanceType(target); in CheckGetSetTrapResult()
337 TNode<Uint16T> instance_type = LoadInstanceType(target); in CheckHasTrapResult()
390 TNode<Uint16T> instance_type = LoadInstanceType(target); in CheckDeleteTrapResult()
H A Dbuiltins-temporal-gen.cc58 TNode<Uint16T> next_value_type = LoadInstanceType(CAST(next_value)); in TemporalInstantFixedArrayFromIterable()
H A Dbuiltins-intl-gen.cc33 IsSequentialStringInstanceType(LoadInstanceType(seq_string))); in PointerToSeqStringData()
H A Dbuiltins-date-gen.cc30 TNode<Uint16T> receiver_instance_type = LoadInstanceType(CAST(receiver)); in Generate_DatePrototype_GetField()
H A Dbuiltins-iterator-gen.cc250 TNode<Uint16T> next_value_type = LoadInstanceType(CAST(next_value)); in StringListFromIterable()
H A Dbuiltins-collections-gen.cc1016 InstanceTypeEqual(LoadInstanceType(iterator), JS_MAP_KEY_ITERATOR_TYPE),
1027 CSA_DCHECK(this, InstanceTypeEqual(LoadInstanceType(iterator),
1068 const TNode<Uint16T> instance_type = LoadInstanceType(iterable);
1974 LoadInstanceType(CAST(maybe_receiver));
2195 LoadInstanceType(CAST(maybe_receiver));
H A Dbuiltins-call-gen.cc613 TNode<Uint16T> template_type = LoadInstanceType(var_template.value()); in GetCompatibleReceiver()
H A Dbuiltins-array-gen.cc880 TNode<Uint16T> element_k_type = LoadInstanceType(CAST(element_k)); in GenerateSmiOrObject()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1743 TNode<Uint16T> CodeStubAssembler::LoadInstanceType(TNode<HeapObject> object) {
1749 return InstanceTypeEqual(LoadInstanceType(object), instance_type);
1754 return Word32NotEqual(LoadInstanceType(object), Int32Constant(instance_type));
1954 InstanceTypeEqual(LoadInstanceType(CAST(result.value())), MAP_TYPE);
2003 TNode<Uint16T> properties_instance_type = LoadInstanceType(properties);
5843 TNode<Uint16T> value_instance_type = LoadInstanceType(CAST(value));
6161 InstanceTypeEqual(LoadInstanceType(message),
6598 TNode<Uint16T> instance_type = LoadInstanceType(object);
6608 TNode<Uint16T> instance_type = LoadInstanceType(object);
6621 TNode<Uint16T> instance_type = LoadInstanceType(objec
[all...]
H A Dcode-stub-assembler.h1163 Word32And(LoadInstanceType(object), in LoadExternalStringResourceDataPtr()
1363 TNode<Uint16T> LoadInstanceType(TNode<HeapObject> object);
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-assembler.cc906 TNode<Uint16T> current_instance_type = LoadInstanceType(current); in ConstructWithSpread()
1348 TNode<Uint16T> data_type = LoadInstanceType(CAST(sfi_data)); in OnStackReplacement()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc342 Node* LoadInstanceType(Node* map) { in LoadInstanceType() function in v8::internal::compiler::WasmGraphAssembler
495 Node* instance_type = LoadInstanceType(map); in IsDataRefMap()
509 Node* instance_type = LoadInstanceType(map); in HasInstanceType()

Completed in 42 milliseconds