Searched refs:CatchPrediction (Results 1 - 12 of 12) sorted by relevance
/external/v8/src/interpreter/ |
H A D | handler-table-builder.cc | 25 HandlerTable::CatchPrediction pred =
|
/external/v8/src/compiler/ |
H A D | bytecode-graph-builder.h | 157 typedef HandlerTable::CatchPrediction CatchPrediction; typedef in class:v8::internal::compiler::BytecodeGraphBuilder 168 CatchPrediction pred_; // Prediction of whether handler is catching.
|
H A D | bytecode-graph-builder.cc | 1586 CatchPrediction pred = 1647 CatchPrediction prediction = exception_handlers_.top().pred_; 1649 IfExceptionHint hint = prediction == CatchPrediction::CAUGHT
|
H A D | code-generator.cc | 221 HandlerTable::CatchPrediction prediction = handlers_[i].caught_locally
|
/external/v8/src/ |
H A D | frames.h | 804 int* data, HandlerTable::CatchPrediction* prediction); 880 int* data, HandlerTable::CatchPrediction* prediction) override; 902 int* data, HandlerTable::CatchPrediction* prediction) override;
|
H A D | frames.cc | 876 int* stack_depth, HandlerTable::CatchPrediction* prediction) { 1124 int* stack_slots, HandlerTable::CatchPrediction* prediction) { 1224 int* context_register, HandlerTable::CatchPrediction* prediction) {
|
H A D | objects.h | 4814 enum CatchPrediction { UNCAUGHT, CAUGHT }; enum in class:v8::internal::KeyCollectionMode::HandlerTable 4825 inline void SetRangeHandler(int index, int offset, CatchPrediction pred); 4830 inline void SetReturnHandler(int index, int offset, CatchPrediction pred); 4833 int LookupRange(int pc_offset, int* data, CatchPrediction* prediction); 4836 int LookupReturn(int pc_offset, CatchPrediction* prediction); 4839 inline CatchPrediction GetRangePrediction(int index) const; 4869 class HandlerPredictionField : public BitField<CatchPrediction, 0, 1> {};
|
H A D | deoptimizer.cc | 695 HandlerTable::CatchPrediction prediction; 704 HandlerTable::CatchPrediction prediction;
|
H A D | objects-inl.h | 3401 HandlerTable::CatchPrediction HandlerTable::GetRangePrediction( 3418 CatchPrediction prediction) { 3435 CatchPrediction prediction) {
|
H A D | isolate.cc | 1234 HandlerTable::CatchPrediction prediction;
|
H A D | objects.cc | 10203 CatchPrediction* prediction_out) { 10216 CatchPrediction prediction = HandlerPredictionField::decode(handler_field); 10235 int HandlerTable::LookupReturn(int pc_offset, CatchPrediction* prediction_out) { 14221 CatchPrediction prediction = HandlerPredictionField::decode(handler_field); 14236 CatchPrediction prediction = HandlerPredictionField::decode(handler_field);
|
/external/v8/src/full-codegen/ |
H A D | full-codegen.cc | 128 HandlerTable::CatchPrediction prediction =
|
Completed in 420 milliseconds