Home
last modified time | relevance | path

Searched defs:pc_offset (Results 1 – 25 of 40) sorted by relevance

12

/external/v8/src/compiler/backend/arm/
Dunwinding-info-writer-arm.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
84 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
92 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/compiler/backend/s390/
Dunwinding-info-writer-s390.cc11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
85 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
93 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/compiler/backend/ppc/
Dunwinding-info-writer-ppc.cc11 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
87 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset) { in MarkLinkRegisterOnTopOfStack()
95 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/compiler/backend/arm64/
Dunwinding-info-writer-arm64.cc15 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
89 void UnwindingInfoWriter::MarkLinkRegisterOnTopOfStack(int pc_offset, in MarkLinkRegisterOnTopOfStack()
98 void UnwindingInfoWriter::MarkPopLinkRegisterFromTopOfStack(int pc_offset) { in MarkPopLinkRegisterFromTopOfStack()
/external/v8/src/wasm/
Dwasm-debug.h57 Entry(int pc_offset, std::vector<Value> values) in Entry()
61 explicit Entry(int pc_offset) : pc_offset_(pc_offset) {} in Entry()
63 int pc_offset() const { return pc_offset_; } in pc_offset() function
112 const Entry* GetEntry(int pc_offset) const { in GetEntry()
Ddecoder.h317 uint32_t V8_INLINE pc_offset(const uint8_t* pc) const { in pc_offset() function
322 uint32_t pc_offset() const { return pc_offset(pc_); } in pc_offset() function
/external/v8/src/profiler/
Dsymbolizer.cc89 int pc_offset = in SymbolizeTickSample() local
124 int pc_offset = static_cast<int>(stack_pos - instruction_start); in SymbolizeTickSample() local
Dprofile-generator.h46 int pc_offset; member
/external/v8/src/codegen/
Dcode-comments.h30 uint32_t pc_offset; member
Dsafepoint-table.cc37 unsigned SafepointTable::find_return_pc(unsigned pc_offset) { in find_return_pc()
49 unsigned pc_offset = static_cast<unsigned>(pc - instruction_start_); in FindEntry() local
Dhandler-table.cc167 int HandlerTable::LookupRange(int pc_offset, int* data_out, in LookupRange()
197 int HandlerTable::LookupReturn(int pc_offset) { in LookupReturn()
251 int pc_offset = GetReturnOffset(i); in HandlerTableReturnPrint() local
Dcode-comments.cc79 void CodeCommentsWriter::Add(uint32_t pc_offset, std::string comment) { in Add()
Dassembler.h265 int pc_offset() const { return static_cast<int>(pc_ - buffer_start_); } in pc_offset() function
Dconstant-pool.cc424 bool ConstantPool::IsInImmRangeIfEmittedAt(int pc_offset) { in IsInImmRangeIfEmittedAt()
/external/v8/src/compiler/backend/
Dunwinding-info-writer.h46 void BeginInstructionBlock(int pc_offset, const InstructionBlock*) {} in BeginInstructionBlock()
Dcode-generator-impl.h191 int translation_id, int pc_offset, in DeoptimizationExit()
216 int pc_offset() const { return pc_offset_; } in pc_offset() function
Dcode-generator.cc1003 int pc_offset = tasm()->pc_offset_for_safepoint(); in RecordCallPosition() local
1145 Instruction* instr, int pc_offset, size_t frame_state_offset, in BuildTranslation()
Dcode-generator.h417 int pc_offset; member
/external/v8/src/compiler/backend/x64/
Dunwinding-info-writer-x64.cc12 void UnwindingInfoWriter::BeginInstructionBlock(int pc_offset, in BeginInstructionBlock()
Dunwinding-info-writer-x64.h28 void MaybeIncreaseBaseOffsetAt(int pc_offset, int base_delta) { in MaybeIncreaseBaseOffsetAt()
/external/swiftshader/third_party/subzero/src/DartARM32/
Dassembler_arm.h1236 CodeComment(intptr_t pc_offset, const String& comment) in CodeComment()
1239 intptr_t pc_offset() const { return pc_offset_; } in pc_offset() function
/external/v8/src/codegen/ppc/
Dassembler-ppc-inl.h381 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
/external/v8/src/diagnostics/
Deh-frame.cc253 void EhFrameWriter::AdvanceLocation(int pc_offset) { in AdvanceLocation()
/external/v8/src/execution/
Dframes.cc514 unsigned pc_offset = in IteratePc() local
1076 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable() local
1601 int pc_offset = static_cast<int>(pc() - code.InstructionStart()); in LookupExceptionHandlerInTable() local
1915 int pc_offset = static_cast<int>(pc() - code->instruction_start()); in LookupExceptionHandlerInTable() local
/external/vixl/src/aarch32/
Ddisasm-aarch32.h186 Location(Offset immediate, Offset pc_offset) in Location()

12