Searched refs:frame_code (Results 1 – 2 of 2) sorted by relevance
33 function FindCallFrame(exec_state, frame_code) { argument34 var number = Number(frame_code);41 if (frame_code == func_mirror.name()) {
1266 Code* frame_code = frame->LookupCode(); in VisitThread() local1267 DCHECK(frame_code->kind() == Code::FUNCTION); in VisitThread()1268 if (frame_code->has_debug_break_slots()) continue; in VisitThread()1272 Address new_pc = ComputeNewPcForRedirect(new_code, frame_code, old_pc); in VisitThread()