Home | History | Annotate | Download | only in cctest

Lines Matching full:instr_size

47 #define INSTR_SIZE (1024)
52 byte* buf = static_cast<byte*>(malloc(INSTR_SIZE)); \
55 isolate, buf, INSTR_SIZE, v8::internal::CodeObjectRequired::kYes); \
65 byte* buf = static_cast<byte*>(malloc(INSTR_SIZE)); \
67 Assembler* assm = new Assembler(isolate, buf, INSTR_SIZE); \