HomeSort by relevance Sort by last modified time
    Searched refs:BailoutType (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
deoptimizer.h 111 enum BailoutType {
126 BailoutType type,
211 static Address GetDeoptimizationEntry(int id, BailoutType type);
212 static int GetDeoptimizationId(Address addr, BailoutType type);
231 EntryGenerator(MacroAssembler* masm, BailoutType type)
239 BailoutType type() const { return type_; }
245 Deoptimizer::BailoutType type_;
250 TableEntryGenerator(MacroAssembler* masm, BailoutType type, int count)
269 BailoutType type,
303 static MemoryChunk* CreateCode(BailoutType type)
    [all...]
deoptimizer.cc 79 BailoutType type,
224 BailoutType type) {
346 BailoutType type,
443 Address Deoptimizer::GetDeoptimizationEntry(int id, BailoutType type) {
464 int Deoptimizer::GetDeoptimizationId(Address addr, BailoutType type) {
    [all...]
runtime.cc     [all...]
  /external/v8/src/arm/
builtins-arm.cc     [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 505 Deoptimizer::BailoutType type) {
    [all...]
  /external/v8/src/mips/
builtins-mips.cc     [all...]
  /external/v8/src/x64/
builtins-x64.cc 571 Deoptimizer::BailoutType type) {
    [all...]

Completed in 394 milliseconds