Home
last modified time | relevance | path

Searched refs:setEntry (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/
DInterferenceCache.h176 void setEntry(Entry *E) { in setEntry() function
190 ~Cursor() { setEntry(nullptr); } in ~Cursor()
193 setEntry(O.CacheEntry); in Cursor()
197 setEntry(O.CacheEntry);
205 setEntry(nullptr); in setPhysReg()
207 setEntry(Cache.get(PhysReg)); in setPhysReg()
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
DKeyStore_Impl1Test.java341 kss[i].setEntry("aaa", entry, null); in testKeyStore11()
383 kss[i].setEntry(null, entry, null); in testEntry01()
388 kss[i].setEntry("ZZZ", null, null); in testEntry01()
393 kss[i].setEntry(aliases[j], entry, null); in testEntry01()
477 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02()
535 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02()
590 kss[i].setEntry(aliases[j], sKey, pPath); in testEntry03()
621 kss[i].setEntry("ZZZ", aEntry, pPath); in testEntry03()
850 kss[i].setEntry(aliases[0], tCert, null); in testEntry06()
851 kss[i].setEntry(aliases[1], pKey, pp); in testEntry06()
[all …]
DKeyStore_Impl3Test.java125 kss[i].setEntry(aliases[0], tCert, null); in testLoadStore01()
126 kss[i].setEntry(aliases[1], pKey, pPath); in testLoadStore01()
127 kss[i].setEntry(aliases[2], pKey, pPath); in testLoadStore01()
DKeyStore_Impl2Test.java115 keyS.setEntry(alias, null, null); in checkResult()
122 keyS.setEntry(alias, entry, null); in checkResult()
255 keyS.setEntry(alias, entry, pp); in checkKeyStoreException()
DKSBuilder_ImplTest.java160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
Dnv50_ir.h949 bool setEntry(BasicBlock *);
Dnv50_ir_from_tgsi.cpp2177 s->f->setEntry(entry); in handleInstruction()
2410 prog->main->setEntry(entry); in run()
Dnv50_ir_from_sm4.cpp2271 prog->main->setEntry(entry); in run()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_bb.cpp392 Function::setEntry(BasicBlock *bb) in setEntry() function in nv50_ir::Function
Dnv50_ir.h949 bool setEntry(BasicBlock *);
Dnv50_ir_from_tgsi.cpp2177 s->f->setEntry(entry); in handleInstruction()
2410 prog->main->setEntry(entry); in run()
Dnv50_ir_from_sm4.cpp2271 prog->main->setEntry(entry); in run()
/external/clang/include/clang/Analysis/
DCFG.h826 void setEntry(CFGBlock *B) { Entry = B; } in setEntry() function
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1576 void setEntry(BasicBlock *BB) { Entry = BB; } in setEntry() function
/external/clang/lib/Analysis/
DCFG.cpp974 cfg->setEntry(createBlock()); in buildCFG()