Searched refs:BailoutEntry (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dfull-codegen.h600 struct BailoutEntry { struct in class:v8::internal::FullCodeGenerator
795 ZoneList<BailoutEntry> bailout_entries_;
796 ZoneList<BailoutEntry> stack_checks_;
H A Dfull-codegen.cc434 BailoutEntry entry = { id, pc_and_state };
462 BailoutEntry entry = { ast_id, static_cast<unsigned>(masm_->pc_offset()) };

Completed in 51 milliseconds