/external/icu/icu4c/source/common/ |
D | stringtriebuilder.cpp | 74 Node *root=makeNode(0, elementsLength, 0, errorCode); in build() 208 StringTrieBuilder::makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode)… in makeNode() function in StringTrieBuilder 229 Node *nextNode=makeNode(start, limit, lastUnitIndex, errorCode); in makeNode() 297 listNode->add(unit, makeNode(start, i, unitIndex+1, errorCode)); in makeBranchSubNode() 306 listNode->add(unit, makeNode(start, limit, unitIndex+1, errorCode)); in makeBranchSubNode()
|
/external/swiftshader/third_party/subzero/src/ |
D | WasmTranslator.cpp | 301 auto *Loop = Func->makeNode(); in Loop() 318 auto *MergedNode = Func->makeNode(); in Merge() 971 *TrueNode = OperandNode(Func->makeNode()); in Branch() 972 *FalseNode = OperandNode(Func->makeNode()); in Branch() 995 auto *Default = Func->makeNode(); in Switch() 1008 auto *Target = Func->makeNode(); in IfValue() 1151 auto *ExitNode = Func->makeNode(); in CallIndirect() 1159 auto *CallNode = Func->makeNode(); in CallIndirect() 1333 BoundsFailTarget = Func->makeNode(); in getBoundsFailTarget() 1347 IndirectFailTarget = Func->makeNode(); in getIndirectFailTarget() [all …]
|
D | IceCfg.h | 93 CfgNode *makeNode();
|
D | IceCfgNode.cpp | 287 CfgNode *NewNode = Func->makeNode(); in splitIncomingEdge() 1579 auto *NewNode = Func->makeNode(); in shortCircuit()
|
D | IceConverter.cpp | 189 NodeMap[BB] = Func->makeNode(); in mapBasicBlockToNode()
|
D | IceCfg.cpp | 106 CfgNode *Cfg::makeNode() { in makeNode() function in Ice::Cfg
|
D | PNaClTranslator.cpp | 1478 Ice::CfgNode *Node = Func->makeNode(); in installNextBasicBlock()
|
/external/antlr/runtime/ObjC/Framework/ |
D | DebugEventListener.h | 263 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | DebugEventSocketProxy.h | 108 - (void) makeNode:(unsigned)newRootHash parentOf:(unsigned)oldRootHash;
|
D | TreeAdaptor.m | 132 - (id) makeNode:(id)newRoot parentOf:(id)oldRoot
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 449 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 469 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 483 … val node = nodeCache ?: makeNode(handler, onCancelling).also { nodeCache = it } in <lambda>() 498 private fun makeNode(handler: CompletionHandler, onCancelling: Boolean): JobNode<*> { in <lambda>() method
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 312 template<typename T, typename ...Args> T *makeNode(Args &&...args) { in makeNode() function in __anon068f9f010211::DefaultAllocator
|
/external/icu/icu4c/source/common/unicode/ |
D | stringtriebuilder.h | 104 Node *makeNode(int32_t start, int32_t limit, int32_t unitIndex, UErrorCode &errorCode);
|
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 104 Ice::CfgNode *node = function->makeNode(); in createFunction() 1031 return B(::function->makeNode()); in createBasicBlock() 4636 auto newBB = ::function->makeNode(); in generateCoroutineBegin() 4720 auto doneBlock = awaitFunc->makeNode(); in generateAwaitFunction() 4727 auto resumeBlock = awaitFunc->makeNode(); in generateAwaitFunction()
|
/external/libcxxabi/src/demangle/ |
D | ItaniumDemangle.h | 2189 return ASTAllocator.template makeNode<T>(std::forward<Args>(args)...); in make()
|