Home
last modified time | relevance | path

Searched defs:code_start (Results 1 – 10 of 10) 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/vixl/test/aarch64/examples/
Dtest-examples.cc572 Label code_start, code_end; in TEST() local
/external/v8/src/wasm/
Dwasm-serialization.cc303 byte* code_start = serialized_code_start; in WriteCode() local
Dwasm-interpreter.cc1015 void AddFunction(const WasmFunction* function, const byte* code_start, in AddFunction()
/external/v8/src/
Dperf-jit.cc363 Address code_start = code->InstructionStart(); in LogWriteDebugInfo() local
Dlog.cc1424 void CodeLinePosEvent(JitLogger* jit_logger, Address code_start, in CodeLinePosEvent()
1445 void Logger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent()
1452 Address code_start, Vector<const byte> source_position_table) { in CodeLinePosInfoRecordEvent()
Dgdb-jit.cc484 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write()
558 uintptr_t code_start, in WriteSegmentCommand()
/external/v8/src/compiler/
Dinstruction.cc863 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local