Lines Matching refs:using
320 using ScopedExceptionHandler = compiler::ScopedExceptionHandler;
323 using LazyNode = std::function<TNode<T>()>;
336 using AllocationFlags = base::Flags<AllocationFlag>;
789 using BranchGenerator = std::function<void(Label*, Label*)>;
791 using NodeGenerator = std::function<TNode<T>()>;
792 using ExtraNode = std::pair<TNode<Object>, const char*>;
1898 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqOneByteString;
1903 using TorqueGeneratedExportedMacrosAssembler::AllocateSeqTwoByteString;
2228 using ExtractFixedArrayFlags = base::Flags<ExtractFixedArrayFlag>;
2919 // constant |value|. Avoids a shift compared to using DecodeWord32.
2929 // given constant |value|. Avoids a shift compared to using DecodeWord32.
3007 // Call non-allocating runtime String::WriteToFlat using fast C-calls.
3334 using LookupPropertyInHolder = std::function<void(
3341 using LookupElementInHolder = std::function<void(
3347 // For properties it generates lookup using given {lookup_property_in_holder}
3496 using FastLoopBody = std::function<void(TNode<TIndex> index)>;
3515 using FastArrayForEachBody =
3744 // Figure out the SFI's code object using its data field.
3973 using ForEachDescriptorBodyFunction =
4005 using ForEachKeyValueFunction =
4333 using ForEachBodyFunction = std::function<void(TNode<Object> arg)>;
4360 using Flags = base::Flags<Flag>;
4410 using Flags = base::Flags<Flag>;