Home
last modified time | relevance | path

Searched refs:caller_code (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/runtime/
Druntime-compiler.cc214 Handle<Code> caller_code(function->shared()->code()); in RUNTIME_FUNCTION() local
225 if (!caller_code->contains(frame->pc())) { in RUNTIME_FUNCTION()
228 caller_code = Handle<Code>(frame->LookupCode()); in RUNTIME_FUNCTION()
232 static_cast<uint32_t>(frame->pc() - caller_code->instruction_start()); in RUNTIME_FUNCTION()
236 DCHECK_EQ(frame->LookupCode(), *caller_code); in RUNTIME_FUNCTION()
237 DCHECK(caller_code->contains(frame->pc())); in RUNTIME_FUNCTION()
241 BailoutId ast_id = caller_code->TranslatePcOffsetToAstId(pc_offset); in RUNTIME_FUNCTION()
255 BackEdgeTable::AddStackCheck(caller_code, pc_offset); in RUNTIME_FUNCTION()
285 function, caller_code, mode, ast_id, in RUNTIME_FUNCTION()
295 BackEdgeTable::Revert(isolate, *caller_code); in RUNTIME_FUNCTION()
/external/v8/tools/
Dll_prof.py1027 caller_code = code_map.Find(ip) variable
1028 if caller_code:
1030 caller_code.CalleeTick(code)
1031 code = caller_code