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