Searched defs:Leaf (Results 1 – 11 of 11) sorted by relevance
46 std::shared_ptr<detail::LeafRecordBase> Leaf; member
187 TimerIdT Leaf = Nodes[StackTop].Interior; in update() local
91 uint8_t Leaf = Reader->peek(); in skipPadding() local
170 TypeLeafKind Leaf; in visitFieldListMemberStream() local
333 BasicBlock *LowerSwitch::newLeafBlock(CaseRange &Leaf, Value *Val, in newLeafBlock()
114 class Leaf: class
317 class Leaf(Base): class
77 ResumeJumpTarget ResumeJumpTarget::Leaf(int suspend_id, int target_offset) { in Leaf() function in v8::internal::compiler::ResumeJumpTarget
801 for (const auto &Leaf : Leafs) { in toDebugT() local
140 Leaf { in test_gen() enumerator
935 using Leaf = IntervalMapImpl::LeafNode<KeyT, ValT, Sizer::LeafSize, Traits>; variable