Home
last modified time | relevance | path

Searched refs:long_size (Results 1 – 4 of 4) sorted by relevance

/external/linux-tools-perf/util/
Dtrace-event-read.c49 static int long_size; variable
215 long_size = header_page_size_size; in read_header_files()
514 long_size = buf[0]; in trace_report()
Dtrace-event-parse.c52 static int long_size; variable
2105 right * long_size, long_size); in eval_num_arg()
2369 ls = long_size; in make_bprint_args()
2529 if (long_size == 4) in pretty_print()
3127 long_size = long_sz; in parse_set_info()
/external/v8/src/ia32/
Dassembler-ia32.cc1399 const int long_size = 5; in call() local
1404 emit(offs - long_size); in call()
1456 const int long_size = 5; in jmp() local
1466 emit(offs - long_size); in jmp()
1507 const int long_size = 6; in j() local
1518 emit(offs - long_size); in j()
/external/v8/src/x64/
Dassembler-x64.cc1232 const int long_size = 6; in j() local
1243 emitl(offs - long_size); in j()
1288 const int long_size = sizeof(int32_t); in jmp() local
1299 emitl(offs - long_size); in jmp()
1315 L->link_to(pc_offset() - long_size); in jmp()