Searched defs:code_start (Results 1 – 11 of 11) sorted by relevance
/external/vixl/examples/aarch32/ |
D | examples.h | 50 ExecutableMemory(const byte* code_start, size_t size) in ExecutableMemory()
|
/external/vixl/examples/aarch64/ |
D | non-const-visitor.cc | 72 Label code_start, code_end; in main() local
|
D | custom-disassembler.cc | 139 Label code_start, code_end; in TestCustomDisassembler() local
|
/external/syslinux/com32/gfxboot/ |
D | gfxboot.c | 497 unsigned i, fname_len, code_start = 0; in find_file() local 536 unsigned code_start, code_size, file_start, file_len, u; in gfx_init() local
|
/external/vixl/test/aarch64/examples/ |
D | test-examples.cc | 568 Label code_start, code_end; in TEST() local
|
/external/syslinux/gpxe/src/util/ |
D | elf2efi.c | 334 unsigned long code_start; in process_section() local
|
/external/v8/src/ |
D | perf-jit.cc | 318 Address code_start = code->instruction_start(); in LogWriteDebugInfo() local
|
D | gdb-jit.cc | 483 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() 557 uintptr_t code_start, in WriteSegmentCommand()
|
/external/v8/src/compiler/ |
D | instruction.cc | 850 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local
|
/external/v8/src/wasm/ |
D | wasm-interpreter.cc | 852 const byte* code_start = module_start + function->code_start_offset; in CodeMap() local 892 int AddFunction(const WasmFunction* function, const byte* code_start, in AddFunction()
|
/external/v8/include/ |
D | v8.h | 6135 void* code_start; member
|