Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dcfg.cc94 StackRange preserved_slot_range = TopRange(preserved_slots); in Goto()
126 return TopRange(range.Size()); in Peek()
Dcfg.h184 StackRange TopRange(size_t slot_count) const { in TopRange() function
185 return CurrentStack().TopRange(slot_count); in TopRange()
Dimplementation-visitor.cc340 stack.TopRange(lowered_return_types.size()))); in InlineMacro()
772 VisitResult(*type, assembler().TopRange(lowered_types.size())); in Visit()
995 return VisitResult(type, assembler().TopRange(1)); in GetBuiltinCode()
1031 StackRange arguments = assembler().TopRange(0); in Visit()
1391 return VisitResult{Visit(expr->statement), assembler().TopRange(0)}; in Visit()
1436 StackRange result_range = assembler().TopRange(0); in GenerateFieldReference()
1452 StackRange result_range = assembler().TopRange(0); in GenerateFieldReferenceForInit()
2174 StackRange struct_range = assembler().TopRange(0); in Visit()
2217 return VisitResult(bitfield_struct_type, assembler().TopRange(1)); in GenerateSetBitField()
2460 assembler().TopRange(LoweredSlotCount(constant->type())); in GetLocationReference()
[all …]
Dutils.h255 StackRange TopRange(size_t slot_count) const { in TopRange() function
263 return TopRange(v.size()); in PushMany()
Dcc-generator.cc114 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon()
Dimplementation-visitor.h646 return VisitResult(result.type(), visitor_->assembler().TopRange( in Yield()
Dcsa-generator.cc166 VisitResult arg = VisitResult(type, stack->TopRange(slot_count)); in ProcessArgumentsCommon()