Searched refs:TranslateAstIdToPcOffset (Results 1 – 3 of 3) sorted by relevance
26 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id()); in DisposeOptimizedCompileJob()236 uint32_t offset = code->TranslateAstIdToPcOffset(info->osr_ast_id()); in InstallOptimizedFunctions()
5114 uint32_t TranslateAstIdToPcOffset(BailoutId ast_id);
14330 uint32_t Code::TranslateAstIdToPcOffset(BailoutId ast_id) { in TranslateAstIdToPcOffset() function in v8::internal::Code