Lines Matching defs:info
10 #include "src/objects/call-site-info-inl.h"
82 // Get the break point info object for this code offset.
85 // If there is no break point info object or no break points in the break
86 // point info object there is no break point at this code offset.
91 // Get the break point info object for this source position.
144 // No free slot - extend break point info array.
383 os << "Coverage info (";
400 int StackFrameInfo::GetSourcePosition(Handle<StackFrameInfo> info) {
401 if (info->shared_or_script().IsScript()) {
402 return info->bytecode_offset_or_source_position();
404 Isolate* isolate = info->GetIsolate();
406 SharedFunctionInfo::cast(info->shared_or_script()), isolate);
409 info->bytecode_offset_or_source_position());
410 info->set_shared_or_script(shared->script());
411 info->set_bytecode_offset_or_source_position(source_position);