Home
last modified time | relevance | path

Searched refs:code_start (Results 1 – 25 of 27) sorted by relevance

12

/third_party/vixl/examples/aarch64/
Dnon-const-visitor.cc102 Label code_start, code_end; in main() local
103 masm.Bind(&code_start); in main()
107 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in main()
Dcustom-disassembler.cc150 Label code_start, code_end; in TestCustomDisassembler() local
151 masm.Bind(&code_start); in TestCustomDisassembler()
155 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TestCustomDisassembler()
Dexecutable-memory.h48 ExecutableMemory(const vixl::byte* code_start, size_t size) in ExecutableMemory() argument
57 memcpy(buffer_, code_start, size_); in ExecutableMemory()
/third_party/node/src/
Dnode_win32_etw_provider.cc106 jevent->code_start, in CodeAddressNotification()
111 NODE_V8SYMBOL_REMOVE(jevent->code_start, nullptr); in CodeAddressNotification()
114 NODE_V8SYMBOL_MOVE(jevent->code_start, jevent->new_code_start); in CodeAddressNotification()
/third_party/node/deps/v8/src/third_party/vtune/
Dvtune-jit.cc195 jmethod.method_load_address = event->code_start; in event_handler()
212 GetEntries()->find(event->code_start); in event_handler()
233 GetEntries()->erase(event->code_start); in event_handler()
285 GetEntries()->insert(std::pair <void*, void*>(event->code_start, event->user_data)); in event_handler()
/third_party/node/deps/v8/src/logging/
Dlocal-logger.cc26 void LocalLogger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent() argument
29 logger_->CodeLinePosInfoRecordEvent(code_start, source_position_table, in CodeLinePosInfoRecordEvent()
Dlocal-logger.h25 void CodeLinePosInfoRecordEvent(Address code_start,
Dlog.cc730 event.code_start = reinterpret_cast<void*>(code->InstructionStart()); in LogRecordedBuffer()
752 event.code_start = code->instructions().begin(); in LogRecordedBuffer()
804 event.code_start = reinterpret_cast<void*>(from.InstructionStart()); in CodeMoveEvent()
844 event.code_start = reinterpret_cast<void*>(start_address); in EndCodePosInfoEvent()
1528 void CodeLinePosEvent(JitLogger& jit_logger, Address code_start, in CodeLinePosEvent() argument
1543 jit_logger.EndCodePosInfoEvent(code_start, jit_handler_data, code_type); in CodeLinePosEvent()
1548 void Logger::CodeLinePosInfoRecordEvent(Address code_start, in CodeLinePosInfoRecordEvent() argument
1553 CodeLinePosEvent(*jit_logger_, code_start, iter, code_type); in CodeLinePosInfoRecordEvent()
1558 Address code_start, base::Vector<const byte> source_position_table) { in WasmCodeLinePosInfoRecordEvent() argument
1561 CodeLinePosEvent(*jit_logger_, code_start, iter, JitCodeEvent::WASM_CODE); in WasmCodeLinePosInfoRecordEvent()
Dlog.h210 void CodeLinePosInfoRecordEvent(Address code_start,
215 Address code_start, base::Vector<const byte> source_position_table);
/third_party/vixl/examples/aarch32/
Dexamples.h47 ExecutableMemory(const byte* code_start, size_t size) in ExecutableMemory() argument
56 memcpy(buffer_, code_start, size_); in ExecutableMemory()
/third_party/node/deps/v8/src/wasm/
Dwasm-serialization.cc379 byte* code_start = serialized_code_start; in WriteCode() local
397 code_start = aligned_buffer.get(); in WriteCode()
400 memcpy(code_start, code->instructions().begin(), code_size); in WriteCode()
410 {code_start, code->instructions().size()}, code->reloc_info(), in WriteCode()
411 reinterpret_cast<Address>(code_start) + code->constant_pool_offset(), in WriteCode()
446 if (code_start != serialized_code_start) { in WriteCode()
447 memcpy(serialized_code_start, code_start, code_size); in WriteCode()
Dwasm-code-manager.cc1240 Address code_start = reinterpret_cast<Address>(dst_code_bytes.begin()); in AddCodeWithCodeSpace() local
1241 Address constant_pool_start = code_start + constant_pool_offset; in AddCodeWithCodeSpace()
/third_party/node/deps/v8/src/compiler/backend/
Djump-threading.cc85 for (int i = block->code_start(); i < block->code_end(); ++i) { in ComputeForwarding()
209 for (int i = block->code_start(); i < block->code_end(); ++i) { in ApplyForwarding()
Dinstruction.cc697 os << " instructions: [" << block->code_start() << ", " << block->code_end() in operator <<()
886 return InstructionAt(block->code_start()); in GetBlockStart()
892 int code_start = static_cast<int>(instructions_.size()); in StartBlock() local
893 current_block_->set_code_start(code_start); in StartBlock()
899 CHECK(current_block_->code_start() >= 0 && in EndBlock()
900 current_block_->code_start() < end); in EndBlock()
Dframe-elider.cc24 for (int i = block->code_start(); i < block->code_end(); ++i) { in MarkBlocks()
Dregister-allocator-verifier.cc558 for (int instr_index = block->code_start(); instr_index < block->code_end(); in VerifyGapMoves()
Dcode-generator.cc545 for (int i = block->code_start(); i < block->code_end(); ++i) { in AssembleBlock()
Dinstruction.h1546 int32_t code_start() const { return code_start_; } in NON_EXPORTED_BASE()
Dregister-allocator.cc1598 code()->GetInstructionBlock(pos.ToInstructionIndex())->code_start() == in IsBlockBoundary()
4906 LifetimePosition::GapFromInstructionIndex(block->code_start()); in ResolveControlFlow()
/third_party/vixl/test/aarch64/examples/
Dtest-examples.cc566 Label code_start, code_end; in TEST() local
567 masm.Bind(&code_start); in TEST()
571 Instruction* instr_start = masm.GetLabelAddress<Instruction*>(&code_start); in TEST()
/third_party/node/deps/v8/src/diagnostics/
Dsystem-jit-win.cc123 script_context, event->code_start, (uint64_t)event->code_len, in EventHandler()
Dperf-jit.cc376 Address code_start = code->InstructionStart(); in LogWriteDebugInfo() local
388 entry.address_ = code_start + iterator.code_offset() + kElfHeaderSize; in LogWriteDebugInfo()
Dgdb-jit.cc467 void Write(Writer* w, uintptr_t code_start, uintptr_t code_size) { in Write() argument
471 WriteSegmentCommand(w, code_start, code_size); in Write()
538 uintptr_t code_start, in WriteSegmentCommand() argument
547 cmd->vmaddr = code_start; in WriteSegmentCommand()
2049 Address addr = reinterpret_cast<Address>(event->code_start); in EventHandler()
2095 PutLineInfo(reinterpret_cast<Address>(event->code_start), line_info); in EventHandler()
/third_party/node/deps/v8/include/
Dv8-callbacks.h68 void* code_start; member
/third_party/node/deps/v8/src/compiler/
Dgraph-visualizer.cc607 if (instruction_block->code_start() >= 0) { in PrintSchedule()

12