Home
last modified time | relevance | path

Searched defs:code_start (Results 1 – 11 of 11) sorted by relevance

/external/vixl/examples/aarch32/
Dexamples.h50 ExecutableMemory(const byte* code_start, size_t size) in ExecutableMemory()
/external/vixl/examples/aarch64/
Dnon-const-visitor.cc72 Label code_start, code_end; in main() local
Dcustom-disassembler.cc139 Label code_start, code_end; in TestCustomDisassembler() local
/external/syslinux/com32/gfxboot/
Dgfxboot.c497 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/
Dtest-examples.cc568 Label code_start, code_end; in TEST() local
/external/syslinux/gpxe/src/util/
Delf2efi.c334 unsigned long code_start; in process_section() local
/external/v8/src/
Dperf-jit.cc318 Address code_start = code->instruction_start(); in LogWriteDebugInfo() local
Dgdb-jit.cc483 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/
Dinstruction.cc850 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local
/external/v8/src/wasm/
Dwasm-interpreter.cc852 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/
Dv8.h6135 void* code_start; member