Searched refs:prologue_offset (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dcompiler.h335 int prologue_offset() const { function in class:v8::internal::CompilationInfo
340 void set_prologue_offset(int prologue_offset) { argument
342 prologue_offset_ = prologue_offset;
H A Dcodegen.cc153 info->prologue_offset(),
H A Dfactory.h497 int prologue_offset = Code::kPrologueOffsetNotSet,
H A Dfactory.cc1432 int prologue_offset,
1462 code->set_prologue_offset(prologue_offset);
1427 NewCode(const CodeDesc& desc, Code::Flags flags, Handle<Object> self_ref, bool immovable, bool crankshafted, int prologue_offset, bool is_debug) argument
H A Dobjects-inl.h6125 INT_ACCESSORS(Code, prologue_offset, kPrologueOffset)
H A Dobjects.h5021 // [prologue_offset]: Offset of the function prologue, used for aging
5023 inline int prologue_offset() const;
H A Dobjects.cc10483 prologue_offset() != Code::kPrologueOffsetNotSet &&
10486 ? instruction_start() + prologue_offset()
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp70 const uint32_t prologue_offset = *offset_ptr; local
119 prologue_offset, end_prologue_offset, *offset_ptr);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp406 const lldb::offset_t prologue_offset = *offset_ptr; local
463 prologue_offset,

Completed in 8304 milliseconds