Home
last modified time | relevance | path

Searched refs:IsBigIntInstanceType (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/ic/
Dbinary-op-assembler.cc157 GotoIf(IsBigIntInstanceType(lhs_instance_type), &lhs_is_bigint); in Generate_AddWithFeedback()
349 GotoIf(IsBigIntInstanceType(lhs_instance_type), &if_left_bigint); in Generate_BinaryOperationWithFeedback()
Dunary-op-assembler.cc155 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in UnaryOpWithFeedback()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc5553 GotoIf(IsBigIntInstanceType(instance_type), &is_bigint); in TaggedToWord32OrBigIntImpl()
6771 TNode<BoolT> CodeStubAssembler::IsBigIntInstanceType( in IsBigIntInstanceType() function in v8::internal::CodeStubAssembler
6777 return IsBigIntInstanceType(LoadInstanceType(object)); in IsBigInt()
7480 Branch(IsBigIntInstanceType(instance_type.value()), &if_inputisbigint, in NonNumberToNumberOrNumeric()
7726 GotoIf(IsBigIntInstanceType(instance_type), &if_bigint); in TaggedToNumeric()
12012 Branch(IsBigIntInstanceType(right_instance_type), &if_right_bigint, in RelationalComparison()
12084 Branch(IsBigIntInstanceType(left_instance_type), &if_left_bigint, in RelationalComparison()
12125 GotoIf(IsBigIntInstanceType(left_instance_type), &if_left_bigint); in RelationalComparison()
12136 Branch(IsBigIntInstanceType(right_instance_type), &if_right_bigint, in RelationalComparison()
12178 GotoIf(IsBigIntInstanceType(right_instance_type), &if_right_bigint); in RelationalComparison()
[all …]
Dcode-stub-assembler.h2528 TNode<BoolT> IsBigIntInstanceType(TNode<Int32T> instance_type);
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc869 GotoIf(IsBigIntInstanceType(receiver_instance_type), &if_bigint); in TF_BUILTIN()
984 GotoIf(IsBigIntInstanceType(receiver_value_instance_type), in TF_BUILTIN()
Dbuiltins-collections-gen.cc2176 GotoIf(IsBigIntInstanceType(key_instance_type), &if_key_bigint); in TF_BUILTIN()
2383 GotoIf(IsBigIntInstanceType(key_instance_type), &if_key_bigint); in TryLookupOrderedHashTableIndex()
Dbuiltins-array-gen.cc789 GotoIf(IsBigIntInstanceType(search_type), &bigint_loop); in GenerateSmiOrObject()