Home
last modified time | relevance | path

Searched refs:newTL (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp520 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
533 set_root(newTL); in remove_chunk_from_tree()
534 if (newTL != NULL) { in remove_chunk_from_tree()
535 newTL->clear_parent(); in remove_chunk_from_tree()
539 parentTL->set_right(newTL); in remove_chunk_from_tree()
542 parentTL->set_left(newTL); in remove_chunk_from_tree()
547 assert(newTL != NULL && in remove_chunk_from_tree()
548 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
668 set_root(newTL); in insert_chunk_in_tree()
672 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp520 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
533 set_root(newTL); in remove_chunk_from_tree()
534 if (newTL != NULL) { in remove_chunk_from_tree()
535 newTL->clear_parent(); in remove_chunk_from_tree()
539 parentTL->set_right(newTL); in remove_chunk_from_tree()
542 parentTL->set_left(newTL); in remove_chunk_from_tree()
547 assert(newTL != NULL && in remove_chunk_from_tree()
548 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
668 set_root(newTL); in insert_chunk_in_tree()
672 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp520 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
533 set_root(newTL); in remove_chunk_from_tree()
534 if (newTL != NULL) { in remove_chunk_from_tree()
535 newTL->clear_parent(); in remove_chunk_from_tree()
539 parentTL->set_right(newTL); in remove_chunk_from_tree()
542 parentTL->set_left(newTL); in remove_chunk_from_tree()
547 assert(newTL != NULL && in remove_chunk_from_tree()
548 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
668 set_root(newTL); in insert_chunk_in_tree()
672 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp547 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
560 set_root(newTL); in remove_chunk_from_tree()
561 if (newTL != NULL) { in remove_chunk_from_tree()
562 newTL->clear_parent(); in remove_chunk_from_tree()
566 parentTL->set_right(newTL); in remove_chunk_from_tree()
569 parentTL->set_left(newTL); in remove_chunk_from_tree()
574 assert(newTL != NULL && in remove_chunk_from_tree()
575 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
695 set_root(newTL); in insert_chunk_in_tree()
699 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp547 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
560 set_root(newTL); in remove_chunk_from_tree()
561 if (newTL != NULL) { in remove_chunk_from_tree()
562 newTL->clear_parent(); in remove_chunk_from_tree()
566 parentTL->set_right(newTL); in remove_chunk_from_tree()
569 parentTL->set_left(newTL); in remove_chunk_from_tree()
574 assert(newTL != NULL && in remove_chunk_from_tree()
575 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
695 set_root(newTL); in insert_chunk_in_tree()
699 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A DbinaryTreeDictionary.inline.hpp549 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
562 set_root(newTL); in remove_chunk_from_tree()
563 if (newTL != NULL) { in remove_chunk_from_tree()
564 newTL->clear_parent(); in remove_chunk_from_tree()
568 parentTL->set_right(newTL); in remove_chunk_from_tree()
571 parentTL->set_left(newTL); in remove_chunk_from_tree()
576 assert(newTL != NULL && in remove_chunk_from_tree()
577 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
697 set_root(newTL); in insert_chunk_in_tree()
701 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp598 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
611 set_root(newTL); in remove_chunk_from_tree()
612 if (newTL != NULL) { in remove_chunk_from_tree()
613 newTL->clear_parent(); in remove_chunk_from_tree()
617 parentTL->set_right(newTL); in remove_chunk_from_tree()
620 parentTL->set_left(newTL); in remove_chunk_from_tree()
625 assert(newTL != NULL && in remove_chunk_from_tree()
626 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
746 set_root(newTL); in insert_chunk_in_tree()
750 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp598 assert(newTL != NULL && newTL->left() == NULL && in remove_chunk_from_tree()
611 set_root(newTL); in remove_chunk_from_tree()
612 if (newTL != NULL) { in remove_chunk_from_tree()
613 newTL->clear_parent(); in remove_chunk_from_tree()
617 parentTL->set_right(newTL); in remove_chunk_from_tree()
620 parentTL->set_left(newTL); in remove_chunk_from_tree()
625 assert(newTL != NULL && in remove_chunk_from_tree()
626 newTL->left() == NULL && newTL->right() == NULL, in remove_chunk_from_tree()
746 set_root(newTL); in insert_chunk_in_tree()
750 prevTL->set_right(newTL); in insert_chunk_in_tree()
[all …]
/dports/x11-toolkits/plib/plib-1.8.5/src/ssg/
H A DssgVtxArray.cxx215 ssgTexCoordArray *newTL = NULL; in removeUnusedVertices() local
221 newTL = new ssgTexCoordArray(); in removeUnusedVertices()
237 newTL->add(texcoords->get(oldIndex)); in removeUnusedVertices()
254 texcoords = newTL; in removeUnusedVertices()
255 newTL->ref(); in removeUnusedVertices()
/dports/multimedia/obs-studio/obs-studio-27.1.3/UI/
H A Dwindow-basic-preview.cpp1233 vec3 newTL = GetTransformedPos(tl.x, tl.y, itemToScreen); in SnapStretchingToScreen() local
1240 vec3_copy(&boundingTL, &newTL); in SnapStretchingToScreen()
1245 vec3_copy(&boundingBR, &newTL); in SnapStretchingToScreen()
1251 vec3_add(&offset, &offset, &newTL); in SnapStretchingToScreen()
H A Dwindow-basic-main.cpp7782 vec3 newTL; local
7786 newTL = GetItemTL(item);
7787 pos.x += tl.x - newTL.x;
7788 pos.y += tl.y - newTL.y;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6088 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6089 newTL.setAttrNameLoc(TL.getAttrNameLoc()); in TransformAttributedType()
6091 newTL.setAttrOperandParensRange(TL.getAttrOperandParensRange()); in TransformAttributedType()
6093 newTL.setAttrExprOperand(TL.getAttrExprOperand()); in TransformAttributedType()
6095 newTL.setAttrEnumOperandLoc(TL.getAttrEnumOperandLoc()); in TransformAttributedType()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6135 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6136 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6369 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6370 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6369 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6370 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6220 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6221 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Sema/
H A DTreeTransform.h6690 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6691 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h6692 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6693 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Sema/
H A DTreeTransform.h6675 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6676 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Sema/
H A DTreeTransform.h6738 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6739 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Sema/
H A DTreeTransform.h6692 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6693 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Sema/
H A DTreeTransform.h6798 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6799 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h6798 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6799 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DTreeTransform.h6798 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6799 newTL.setAttr(newAttr); in TransformAttributedType()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6798 AttributedTypeLoc newTL = TLB.push<AttributedTypeLoc>(result); in TransformAttributedType() local
6799 newTL.setAttr(newAttr); in TransformAttributedType()

12