Searched refs:deopt_entry_code (Results 1 – 2 of 2) sorted by relevance
152 Code* DeoptimizerData::deopt_entry_code(DeoptimizeKind kind) { in deopt_entry_code() function in v8::internal::DeoptimizerData594 CHECK_NOT_NULL(data->deopt_entry_code(kind)); in GetDeoptimizationEntry()595 Code* code = data->deopt_entry_code(kind); in GetDeoptimizationEntry()604 Code* code = data->deopt_entry_code(kind); in GetDeoptimizationId()615 Code* code = data->deopt_entry_code(type); in IsInDeoptimizationTable()1826 if (data->deopt_entry_code(kind) != nullptr) return; in EnsureCodeForDeoptimizationEntry()1842 CHECK_NULL(data->deopt_entry_code(kind)); in EnsureCodeForDeoptimizationEntry()
857 Code* deopt_entry_code(DeoptimizeKind kind);