Searched refs:defaultLabel (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DBytecodeEnhancer.java1008 Label defaultLabel) {
1011 mv.visitJumpInsn(GOTO, defaultLabel);
1019 mv.visitTableSwitchInsn(0, nFields - 1, defaultLabel, labels);
1126 Label defaultLabel) {
1129 mv.visitJumpInsn(GOTO, defaultLabel);
1137 mv.visitTableSwitchInsn(0, nFields - 1, defaultLabel, labels);
1006 genGetFieldSwitch(MethodVisitor mv, List<FieldInfo> fields, Label defaultLabel) argument
1124 genSetFieldSwitch(MethodVisitor mv, List<FieldInfo> fields, Label defaultLabel) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DNodesCodegen.cpp1969 RefPtr<Label> defaultLabel; local
1980 defaultLabel = generator.newLabel();
1999 defaultLabel = generator.newLabel();
2000 generator.emitJump(defaultLabel.get());
2010 generator.emitLabel(defaultLabel.get());
2019 generator.emitLabel(defaultLabel.get());
2024 generator.endSwitch(labelVector.size(), labelVector.data(), literalVector.data(), defaultLabel.get(), min_num, max_num);
H A DBytecodeGenerator.cpp2454 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nodes, Label* defaultLabel, int32_t min, int32_t max) argument
2460 instructions()[switchInfo.bytecodeOffset + 2] = defaultLabel->bind(switchInfo.bytecodeOffset, switchInfo.bytecodeOffset + 3);
2466 instructions()[switchInfo.bytecodeOffset + 2] = defaultLabel->bind(switchInfo.bytecodeOffset, switchInfo.bytecodeOffset + 3);
2473 instructions()[switchInfo.bytecodeOffset + 2] = defaultLabel->bind(switchInfo.bytecodeOffset, switchInfo.bytecodeOffset + 3);
H A DBytecodeGenerator.h540 void endSwitch(uint32_t clauseCount, RefPtr<Label>*, ExpressionNode**, Label* defaultLabel, int32_t min, int32_t range);
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DSecKey.cpp1124 CFStringRef defaultLabel = CFCopyDescription(dateNow); local
1127 return defaultLabel;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DSecKey.cpp1124 CFStringRef defaultLabel = CFCopyDescription(dateNow); local
1127 return defaultLabel;
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DSecKey.cpp1124 CFStringRef defaultLabel = CFCopyDescription(dateNow); local
1127 return defaultLabel;

Completed in 212 milliseconds