Home
last modified time | relevance | path

Searched refs:DecodeWordFromWord32 (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-shadowrealm-gen.cc97 DecodeWordFromWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bit_field3)); in TF_BUILTIN()
H A Dbuiltins-object-gen.cc237 Signed(DecodeWordFromWord32<Map::Bits3::EnumLengthBits>(bit_field3)); in FastGetOwnValuesOrEntries()
477 DecodeWordFromWord32<Map::Bits3::EnumLengthBits>(object_bit_field3); in TF_BUILTIN()
608 DecodeWordFromWord32<Map::Bits3::EnumLengthBits>(object_bit_field3); in TF_BUILTIN()
615 DecodeWordFromWord32<Map::Bits3::NumberOfOwnDescriptorsBits>( in TF_BUILTIN()
H A Dbuiltins-constructor-gen.cc212 DecodeWordFromWord32<SharedFunctionInfo::FunctionMapIndexBits>(flags), in TF_BUILTIN()
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc1187 Signed(DecodeWordFromWord32<StoreHandler::DescriptorBits>(handler_word)); in HandleStoreICNativeDataProperty()
1216 DecodeWordFromWord32<StoreHandler::FieldIndexBits>(handler_word); in HandleStoreICSmiHandlerJSSharedStructFieldCase()
1439 DecodeWordFromWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3); in HandleStoreICTransitionMapHandlerCase()
1570 DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details); in OverwriteExistingFastDataProperty()
1723 DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details); in StoreJSSharedStructField()
1783 Signed(DecodeWordFromWord32<StoreHandler::DescriptorBits>(handler_word)); in HandleStoreAccessor()
2096 Signed(DecodeWordFromWord32<StoreHandler::DescriptorBits>(handler_word)); in CheckHeapObjectTypeMatchesDescriptor()
2122 Signed(DecodeWordFromWord32<StoreHandler::DescriptorBits>(handler_word)); in CheckDescriptorConsidersNumbersMutable()
2145 DecodeWordFromWord32<StoreHandler::FieldIndexBits>(handler_word); in HandleStoreFieldAndReturn()
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2305 DecodeWordFromWord32<CreateArrayLiteralFlags::FlagsBits>( in IGNITION_HANDLER()
2399 DecodeWordFromWord32<CreateObjectLiteralFlags::FlagsBits>( in IGNITION_HANDLER()
2432 DecodeWordFromWord32<CreateObjectLiteralFlags::FlagsBits>(bytecode_flags); in IGNITION_HANDLER()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1967 return DecodeWordFromWord32<Map::Bits3::EnumLengthBits>(bit_field3);
7275 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field)));
8109 DecodeWordFromWord32<String::ArrayIndexValueBits>(raw_hash_field));
9581 Signed(DecodeWordFromWord32<PropertyDetails::FieldIndexField>(details));
H A Dcode-stub-assembler.h2830 TNode<UintPtrT> DecodeWordFromWord32(TNode<Word32T> word32) { in DecodeWordFromWord32() function in v8::internal::ExtractFixedArrayFlag

Completed in 64 milliseconds