Searched refs:int3 (Results 1 - 24 of 24) sorted by relevance

/external/skia/tests/
H A DPDFPrimitivesTest.cpp155 SkRefPtr<SkPDFInt> int3 = new SkPDFInt(3); local
156 int3->unref(); // SkRefPtr and new both took a reference.
161 catalog.addObject(int3.get(), false);
165 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int3.get()) == 3);
170 catalog.emitObjectNumber(&buffer, int3.get());
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-0x.cpp65 int &&int3 = ConvertsTo<float&>(); // expected-error{{no viable conversion from 'ConvertsTo<float &>' to 'int'}} local
/external/kernel-headers/original/asm-mips/sgi/
H A Dioc.h176 struct sgint_regs int3; member in struct:sgioc_regs
/external/qemu/target-i386/
H A Dkvm.c791 const static uint8_t int3 = 0xcc; local
794 cpu_memory_rw_debug(env, bp->pc, (uint8_t *)&int3, 1, 1))
801 uint8_t int3; local
803 if (cpu_memory_rw_debug(env, bp->pc, &int3, 1, 0) || int3 != 0xcc ||
/external/llvm/test/MC/X86/
H A Dx86-32.s108 int3 label
109 // CHECK: int3
/external/v8/test/cctest/
H A Dtest-disasm-x64.cc240 __ int3();
H A Dtest-disasm-ia32.cc258 __ int3();
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc208 int3();
311 int3();
390 int3();
472 int3();
523 int3();
908 int3();
974 int3();
4318 int3();
H A Dassembler-x64.h611 // Some x64 JS code is padded with int3 to make it large
1175 void int3();
H A Dassembler-x64.cc157 // Additional guard int3 instructions can be added if required.
160 // takes up 13 bytes and int3 takes up one byte.
181 // Add the requested number of int3 instructions after the call.
183 patcher.masm()->int3();
382 memset(buffer_, 0xCC, buffer_size); // int3
511 // Clear the buffer in debug mode. Use 'int3' instructions to make
1215 void Assembler::int3() { function in class:v8::internal::Assembler
H A Dfull-codegen-x64.cc154 __ int3();
385 masm_->int3();
H A Dlithium-codegen-x64.cc134 __ int3();
1282 __ int3();
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc91 int3();
222 int3();
262 int3();
2408 int3();
2443 int3();
2703 int3();
H A Dcodegen-ia32.cc175 __ int3();
H A Dassembler-ia32.cc196 // Additional guard int3 instructions can be added if required.
198 // Call instruction takes up 5 bytes and int3 takes up one byte.
218 // Add the requested number of int3 instructions after the call.
221 patcher.masm()->int3();
349 memset(buffer_, 0xCC, buffer_size); // int3
1285 void Assembler::int3() { function in class:v8::internal::Assembler
2469 // Clear the buffer in debug mode. Use 'int3' instructions to make
H A Dassembler-ia32.h853 void int3();
H A Dlithium-codegen-ia32.cc137 __ int3();
571 if (FLAG_trap_on_deopt) __ int3();
587 if (FLAG_trap_on_deopt) __ int3();
593 __ int3();
1314 __ int3();
H A Dcode-stubs-ia32.cc4843 __ int3();
4867 __ int3();
H A Dfull-codegen-ia32.cc136 __ int3();
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerX86Common.h1111 m_assembler.int3();
H A DX86Assembler.h1504 void int3() function in class:JSC::X86Assembler
/external/valgrind/main/perf/
H A Dtinycc.c3152 DEF_ASM_OP0(int3, 0xcc)
3609 DEF_ASM_OP0(int3, 0xcc)
4484 DEF_ASM_OP0(int3, 0xcc)
4941 DEF_ASM_OP0(int3, 0xcc)
15191 DEF_ASM_OP0(int3, 0xcc)
15653 DEF_ASM_OP0(int3, 0xcc)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1184 milliseconds