Searched defs:INSTR_SIZE (Results 1 - 2 of 2) sorted by path

/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-arm64.cc47 #define INSTR_SIZE (1024) macro
52 byte* buf = static_cast<byte*>(malloc(INSTR_SIZE)); \
54 ASMCLASS* assm = new ASMCLASS(isolate, buf, INSTR_SIZE); \
/external/vixl/test/
H A Dtest-disasm-a64.cc37 #define INSTR_SIZE (1024) macro
39 byte* buf = static_cast<byte*>(malloc(INSTR_SIZE)); \
41 ASMCLASS* masm = new ASMCLASS(buf, INSTR_SIZE); \

Completed in 201 milliseconds