Searched defs:code_start (Results 1 – 13 of 13) sorted by relevance
| /third_party/vixl/examples/aarch32/ |
| D | examples.h | 47 ExecutableMemory(const byte* code_start, size_t size) in ExecutableMemory()
|
| /third_party/vixl/examples/aarch64/ |
| D | executable-memory.h | 48 ExecutableMemory(const vixl::byte* code_start, size_t size) in ExecutableMemory()
|
| D | non-const-visitor.cc | 102 Label code_start, code_end; in main() local
|
| D | custom-disassembler.cc | 150 Label code_start, code_end; in TestCustomDisassembler() local
|
| /third_party/node/deps/v8/src/logging/ |
| D | local-logger.cc | 26 void LocalLogger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent()
|
| D | log.cc | 1528 void CodeLinePosEvent(JitLogger& jit_logger, Address code_start, in CodeLinePosEvent() 1548 void Logger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent() 1558 Address code_start, base::Vector<const byte> source_position_table) { in WasmCodeLinePosInfoRecordEvent()
|
| /third_party/node/deps/v8/include/ |
| D | v8-callbacks.h | 68 void* code_start; member
|
| /third_party/vixl/test/aarch64/examples/ |
| D | test-examples.cc | 566 Label code_start, code_end; in TEST() local
|
| /third_party/node/deps/v8/src/diagnostics/ |
| D | perf-jit.cc | 376 Address code_start = code->InstructionStart(); in LogWriteDebugInfo() local
|
| D | gdb-jit.cc | 467 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() 538 uintptr_t code_start, in WriteSegmentCommand()
|
| /third_party/node/deps/v8/src/wasm/ |
| D | wasm-serialization.cc | 379 byte* code_start = serialized_code_start; in WriteCode() local
|
| D | wasm-code-manager.cc | 1240 Address code_start = reinterpret_cast<Address>(dst_code_bytes.begin()); in AddCodeWithCodeSpace() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | instruction.cc | 892 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local
|