Home | History | Annotate | Download | only in src

Lines Matching refs:caller_code

8747   Handle<Code> caller_code(function->shared()->code());
8758 if (!caller_code->contains(frame->pc())) {
8761 caller_code = Handle<Code>(frame->LookupCode());
8765 frame->pc() - caller_code->instruction_start());
8769 ASSERT_EQ(frame->LookupCode(), *caller_code);
8770 ASSERT(caller_code->contains(frame->pc()));
8774 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset);
8786 BackEdgeTable::AddStackCheck(caller_code, pc_offset);
8808 } else if (IsSuitableForOnStackReplacement(isolate, function, caller_code)) {
8815 function, caller_code, mode, ast_id);
8824 BackEdgeTable::Revert(isolate, *caller_code);