HomeSort by relevance Sort by last modified time
    Searched refs:bailout_id (Results 1 - 25 of 32) sorted by null

1 2

  /external/v8/src/compiler/
frame-states.cc 34 return lhs.type() == rhs.type() && lhs.bailout_id() == rhs.bailout_id() &&
46 return base::hash_combine(static_cast<int>(info.type()), info.bailout_id(),
80 os << info.type() << ", " << info.bailout_id() << ", "
frame-states.h 118 FrameStateInfo(BailoutId bailout_id, OutputFrameStateCombine state_combine,
120 : bailout_id_(bailout_id),
128 BailoutId bailout_id() const { return bailout_id_; } function in class:v8::internal::compiler::final
js-inlining.h 59 int parameter_count, BailoutId bailout_id,
ast-graph-builder.h 271 BailoutId bailout_id,
274 Node* BuildVariableDelete(Variable* variable, BailoutId bailout_id,
276 Node* BuildVariableLoad(Variable* variable, BailoutId bailout_id,
305 Node* BuildToObject(Node* input, BailoutId bailout_id);
313 Node* BuildThrowError(Node* exception, BailoutId bailout_id);
314 Node* BuildThrowReferenceError(Variable* var, BailoutId bailout_id);
315 Node* BuildThrowConstAssignError(BailoutId bailout_id);
319 BailoutId bailout_id);
321 BailoutId bailout_id);
code-generator.h 240 DeoptimizationState(BailoutId bailout_id, int translation_id, int pc_offset,
242 : bailout_id_(bailout_id),
248 BailoutId bailout_id() const { return bailout_id_; } function in class:v8::internal::compiler::final::final
ast-graph-builder.cc     [all...]
code-generator.cc 600 data->SetAstId(i, deoptimization_state->bailout_id());
792 descriptor->bailout_id(), shared_info_id,
798 descriptor->bailout_id(), shared_info_id,
810 DCHECK(descriptor->bailout_id().IsValidForConstructStub());
812 descriptor->bailout_id(), shared_info_id,
846 descriptor->bailout_id(), translation.index(), pc_offset, entry.kind(),
    [all...]
common-operator.h 368 const Operator* FrameState(BailoutId bailout_id,
bytecode-graph-builder.cc 423 BailoutId bailout_id, OutputFrameStateCombine combine,
455 bailout_id, combine, builder()->frame_state_function_info());
584 BailoutId bailout_id(bytecode_iterator().current_offset());
591 bailout_id, OutputFrameStateCombine::Ignore(), false, liveness_before);
618 BailoutId bailout_id(bytecode_iterator().current_offset());
626 bailout_id, combine, has_exception, liveness_after);
    [all...]
js-inlining.cc 225 BailoutId bailout_id,
233 bailout_id, OutputFrameStateCombine::Ignore(), state_info);
common-operator.cc     [all...]
instruction.cc     [all...]
instruction.h     [all...]
  /external/v8/src/
deoptimizer.cc 71 unsigned bailout_id,
76 bailout_id, from, fp_to_sp_delta);
431 BailoutType type, unsigned bailout_id, Address from,
435 bailout_id_(bailout_id),
1510 BailoutId bailout_id = translated_frame->node_id(); local
3254 BailoutId bailout_id = BailoutId(iterator->Next()); local
    [all...]
deoptimizer.h 229 static TranslatedFrame ConstructStubFrame(BailoutId bailout_id,
438 unsigned bailout_id,
554 unsigned bailout_id, Address from, int fp_to_sp_delta);
592 static unsigned ComputeOutgoingArgumentSize(Code* code, unsigned bailout_id);
978 void BeginConstructStubFrame(BailoutId bailout_id, int literal_id,
    [all...]
frames.cc 1384 BailoutId const bailout_id = BailoutId(it.Next()); local
    [all...]
  /external/v8/src/arm64/
deoptimizer-arm64.cc 119 Register bailout_id = x2; local
120 __ Peek(bailout_id, kSavedRegistersAreaSize);
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc     [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc     [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc     [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc     [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc     [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc     [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc     [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc     [all...]

Completed in 940 milliseconds

1 2