Home
last modified time | relevance | path

Searched refs:Context2 (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DNamespaceSupport2.java51 private Context2 currentContext; // Current point on the double-linked stack
99 currentContext = new Context2(null); in reset()
125 Context2 parentContext=currentContext; in pushContext()
128 currentContext = new Context2(parentContext); in pushContext()
153 Context2 parentContext=currentContext.getParent(); in popContext()
441 final class Context2 { class
469 private Context2 parent = null;
470 private Context2 child = null;
475 Context2 (Context2 parent) in Context2() method in Context2
493 Context2 getChild() in getChild()
[all …]
/external/llvm-project/llvm/tools/llvm-profgen/
DProfiledBinary.cpp113 const FrameLocationStack &Context2 = getFrameLocationStack(Offset2); in inlineContextEqual() local
114 if (Context1.size() != Context2.size()) in inlineContextEqual()
120 Context2.begin(), Context2.begin() + Context2.size() - 1); in inlineContextEqual()
/external/llvm-project/llvm/unittests/IR/
DLegacyPassManagerTest.cpp385 LLVMContext Context2; in TEST() local
391 Module M2("custom-opt-bisect2", Context2); in TEST()
407 Context2.setOptPassGate(RunOptionalPasses); in TEST()