Searched refs:CatchPrediction (Results 1 - 12 of 12) sorted by relevance

/external/v8/src/interpreter/
H A Dhandler-table-builder.cc25 HandlerTable::CatchPrediction pred =
/external/v8/src/compiler/
H A Dbytecode-graph-builder.h157 typedef HandlerTable::CatchPrediction CatchPrediction; typedef in class:v8::internal::compiler::BytecodeGraphBuilder
168 CatchPrediction pred_; // Prediction of whether handler is catching.
H A Dbytecode-graph-builder.cc1586 CatchPrediction pred =
1647 CatchPrediction prediction = exception_handlers_.top().pred_;
1649 IfExceptionHint hint = prediction == CatchPrediction::CAUGHT
H A Dcode-generator.cc221 HandlerTable::CatchPrediction prediction = handlers_[i].caught_locally
/external/v8/src/
H A Dframes.h804 int* data, HandlerTable::CatchPrediction* prediction);
880 int* data, HandlerTable::CatchPrediction* prediction) override;
902 int* data, HandlerTable::CatchPrediction* prediction) override;
H A Dframes.cc876 int* stack_depth, HandlerTable::CatchPrediction* prediction) {
1124 int* stack_slots, HandlerTable::CatchPrediction* prediction) {
1224 int* context_register, HandlerTable::CatchPrediction* prediction) {
H A Dobjects.h4814 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 Ddeoptimizer.cc695 HandlerTable::CatchPrediction prediction;
704 HandlerTable::CatchPrediction prediction;
H A Dobjects-inl.h3401 HandlerTable::CatchPrediction HandlerTable::GetRangePrediction(
3418 CatchPrediction prediction) {
3435 CatchPrediction prediction) {
H A Disolate.cc1234 HandlerTable::CatchPrediction prediction;
H A Dobjects.cc10203 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 Dfull-codegen.cc128 HandlerTable::CatchPrediction prediction =

Completed in 420 milliseconds