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

/external/skia/tests/
H A DPDFPrimitivesTest.cpp72 SkRefPtr<SkPDFInt> int3 = new SkPDFInt(3); local
73 int3->unref(); // SkRefPtr and new both took a reference.
78 catalog.addObject(int3.get(), false);
82 REPORTER_ASSERT(reporter, catalog.getObjectNumberSize(int3.get()) == 3);
87 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/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/v8/src/ia32/
H A Dcodegen-ia32.cc90 __ int3();
H A Dassembler-ia32.h825 void int3();
H A Ddeoptimizer-ia32.cc53 while (size-- > 0) destroyer.masm()->int3();
H A Dlithium-codegen-ia32.cc125 __ int3();
547 if (FLAG_trap_on_deopt) __ int3();
563 if (FLAG_trap_on_deopt) __ int3();
569 __ int3();
1181 __ int3();
H A Dassembler-ia32.cc194 // Additional guard int3 instructions can be added if required.
196 // Call instruction takes up 5 bytes and int3 takes up one byte.
216 // Add the requested number of int3 instructions after the call.
219 patcher.masm()->int3();
335 memset(buffer_, 0xCC, buffer_size); // int3
1439 void Assembler::int3() { function in class:v8::internal::Assembler
2686 // Clear the buffer in debug mode. Use 'int3' instructions to make
H A Dmacro-assembler-ia32.cc1864 int3();
1893 int3();
H A Dcode-stubs-ia32.cc3884 __ int3();
3909 __ int3();
H A Dfull-codegen-ia32.cc120 __ int3();
/external/llvm/test/MC/X86/
H A Dx86-32.s80 int3 label
81 // CHECK: int3
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc378 int3();
424 int3();
836 int3();
902 int3();
H A Ddeoptimizer-x64.cc50 // Overwrites code with int3 instructions.
56 destroyer.masm()->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
507 // Clear the buffer in debug mode. Use 'int3' instructions to make
1209 void Assembler::int3() { function in class:v8::internal::Assembler
H A Dassembler-x64.h599 // Some x64 JS code is padded with int3 to make it large
1158 void int3();
H A Dlithium-codegen-x64.cc139 __ int3();
291 __ int3();
1182 __ int3();
H A Dfull-codegen-x64.cc120 __ int3();
324 masm_->int3();
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc260 __ 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)

Completed in 422 milliseconds