Home
last modified time | relevance | path

Searched refs:VerifyBailoutId (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dast-graph-builder.cc2849 DCHECK(ast_id.IsNone() || info()->shared_info()->VerifyBailoutId(ast_id)); in PrepareFrameState()
2866 DCHECK(info()->shared_info()->VerifyBailoutId(ast_id)); in PrepareEagerCheckpoint()
/external/v8/src/crankshaft/
Dhydrogen.cc350 environment->closure()->shared()->VerifyBailoutId(ast_id)); in CreateSimulate()
450 ->VerifyBailoutId(ast_id))); in SetJoinId()
/external/v8/src/
Dobjects.h7288 bool VerifyBailoutId(BailoutId id);
Dobjects.cc13586 bool SharedFunctionInfo::VerifyBailoutId(BailoutId id) { in VerifyBailoutId() function in v8::internal::SharedFunctionInfo