Home
last modified time | relevance | path

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

/third_party/vixl/examples/aarch32/
Dexamples.h47 ExecutableMemory(const byte* code_start, size_t size) in ExecutableMemory()
/third_party/vixl/examples/aarch64/
Dexecutable-memory.h48 ExecutableMemory(const vixl::byte* code_start, size_t size) in ExecutableMemory()
Dnon-const-visitor.cc102 Label code_start, code_end; in main() local
Dcustom-disassembler.cc150 Label code_start, code_end; in TestCustomDisassembler() local
/third_party/node/deps/v8/src/logging/
Dlocal-logger.cc26 void LocalLogger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent()
Dlog.cc1528 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/
Dv8-callbacks.h68 void* code_start; member
/third_party/vixl/test/aarch64/examples/
Dtest-examples.cc566 Label code_start, code_end; in TEST() local
/third_party/node/deps/v8/src/diagnostics/
Dperf-jit.cc376 Address code_start = code->InstructionStart(); in LogWriteDebugInfo() local
Dgdb-jit.cc467 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/
Dwasm-serialization.cc379 byte* code_start = serialized_code_start; in WriteCode() local
Dwasm-code-manager.cc1240 Address code_start = reinterpret_cast<Address>(dst_code_bytes.begin()); in AddCodeWithCodeSpace() local
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.cc892 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local