Searched refs:putInt (Results 1 - 12 of 12) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DFieldWriter.java247 out.putInt(2).putShort(value);
252 out.putShort(cw.newUTF8("Synthetic")).putInt(0);
255 out.putShort(cw.newUTF8("Deprecated")).putInt(0);
258 out.putShort(cw.newUTF8("Enum")).putInt(0);
262 out.putInt(2).putShort(signature);
H A DLabel.java173 out.putInt(position - source);
180 out.putInt(-1);
H A DClassWriter.java733 out.putInt(0xCAFEBABE).putInt(version);
754 out.putShort(newUTF8("Signature")).putInt(2).putShort(signature);
757 out.putShort(newUTF8("SourceFile")).putInt(2).putShort(sourceFile);
761 out.putShort(newUTF8("SourceDebugExtension")).putInt(len);
765 out.putShort(newUTF8("EnclosingMethod")).putInt(4);
769 out.putShort(newUTF8("Deprecated")).putInt(0);
774 out.putShort(newUTF8("Synthetic")).putInt(0);
778 out.putShort(newUTF8("Annotation")).putInt(0);
781 out.putShort(newUTF8("Enum")).putInt(
[all...]
H A DMethodWriter.java952 code.putInt(min).putInt(max);
983 code.putInt(labels.length);
985 code.putInt(keys[i]);
1358 out.putShort(cw.newUTF8("Code")).putInt(size);
1360 out.putInt(code.length).putByteArray(code.data, 0, code.length);
1388 out.putInt(localVar.length + 2).putShort(localVarCount);
1393 out.putInt(localVarType.length + 2).putShort(localVarTypeCount);
1398 out.putInt(lineNumber.length + 2).putShort(lineNumberCount);
1407 .putInt(
[all...]
H A DAttribute.java249 out.putShort(cw.newUTF8(attr.type)).putInt(b.length);
H A DAnnotationWriter.java271 out.putInt(size);
291 out.putInt(size).putByte(panns.length);
H A DByteVector.java152 public ByteVector putInt(final int i) { method in class:ByteVector
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h252 m_buffer.putInt(op | RN(rn) | RD(rd) | op2);
258 m_buffer.putInt(op | ((dd & 0xf) << 12) | ((dd & 0x10) << (22 - 4))
266 m_buffer.putInt(op | ((sd >> 1) << 12) | ((sd & 0x1) << 22)
390 m_buffer.putInt(toARMWord(cc) | MOVW | RD(rd) | op2);
396 m_buffer.putInt(toARMWord(cc) | MOVT | RD(rd) | op2);
427 m_buffer.putInt(toARMWord(cc) | MUL | RN(rd) | RS(rn) | RM(rm));
432 m_buffer.putInt(toARMWord(cc) | MUL | SetConditionalCodes | RN(rd) | RS(rn) | RM(rm));
437 m_buffer.putInt(toARMWord(cc) | MULL | RN(rdhi) | RD(rdlo) | RS(rn) | RM(rm));
539 m_buffer.putInt(toARMWord(cc) | DataTransferUp | type | (rd << 12) | RN(rb) | op2);
546 m_buffer.putInt(toARMWor
[all...]
H A DAssemblerBufferWithConstantPool.h173 void putInt(int value) function in class:JSC::AssemblerBufferWithConstantPool
176 AssemblerBuffer::putInt(value);
295 AssemblerBuffer::putInt(AssemblerType::padForAlign32);
H A DAssemblerBuffer.h114 void putInt(int32_t value) { putIntegral(value); } function in class:JSC::AssemblerBuffer
H A DMIPSAssembler.h176 m_buffer.putInt(op);
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBBackingStore.cpp117 static void putInt(LevelDBTransaction* transaction, const LevelDBSlice& key, int64_t value) function in namespace:WebCore
241 putInt(transaction.get(), schemaVersionKey, dbSchemaVersion);
243 putInt(transaction.get(), dataVersionKey, dbDataVersion);
249 putInt(transaction.get(), schemaVersionKey, dbSchemaVersion);
271 putInt(transaction.get(), schemaVersionKey, dbSchemaVersion);
273 putInt(transaction.get(), dataVersionKey, dbDataVersion);
290 putInt(transaction.get(), dataVersionKey, dbDataVersion);
563 putInt(transaction.get(), MaxDatabaseIdKey::encode(), databaseId);
583 putInt(transaction.get(), DatabaseNameKey::encode(m_identifier, name), rowId);
772 putInt(transactio
[all...]

Completed in 239 milliseconds