Searched refs:code_position (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/
H A Dhandles.h226 int GetScriptLineNumber(Handle<Script> script, int code_position);
228 int GetScriptLineNumberSafe(Handle<Script> script, int code_position);
229 int GetScriptColumnNumber(Handle<Script> script, int code_position);
H A Dobjects.h8374 bool HasBreakPoint(int code_position);
8376 Object* GetBreakPointInfo(int code_position);
8379 int code_position,
8382 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
8386 Object* GetBreakPointObjects(int code_position);
8418 int GetBreakPointInfoIndex(int code_position);
8430 DECL_ACCESSORS(code_position, Smi)
H A Ddebug.cc288 DebugInfo::SetBreakPoint(debug_info_, code_position(),
296 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
444 return debug_info_->HasBreakPoint(code_position());
495 return debug_info_->GetBreakPointObjects(code_position());
H A Ddebug.h108 inline int code_position() { function in class:v8::internal::BreakLocationIterator
H A Dobjects-debug.cc771 code_position()->SmiVerify();
H A Dobjects-printer.cc998 PrintF(out, "\n - code_position: %d", code_position()->value());
H A Dobjects.cc12612 bool DebugInfo::HasBreakPoint(int code_position) { argument
12614 Object* break_point_info = GetBreakPointInfo(code_position);
12624 Object* DebugInfo::GetBreakPointInfo(int code_position) { argument
12626 int index = GetBreakPointInfoIndex(code_position);
12636 int code_position,
12638 Handle<Object> break_point_info(debug_info->GetBreakPointInfo(code_position));
12647 int code_position,
12652 Handle<Object> break_point_info(debug_info->GetBreakPointInfo(code_position));
12689 new_break_point_info->set_code_position(Smi::FromInt(code_position));
12701 Object* DebugInfo::GetBreakPointObjects(int code_position) { argument
12635 ClearBreakPoint(Handle<DebugInfo> debug_info, int code_position, Handle<Object> break_point_object) argument
12646 SetBreakPoint(Handle<DebugInfo> debug_info, int code_position, int source_position, int statement_position, Handle<Object> break_point_object) argument
12746 GetBreakPointInfoIndex(int code_position) argument
[all...]
H A Dobjects-inl.h3508 ACCESSORS_TO_SMI(BreakPointInfo, code_position, kCodePositionIndex)
/external/chromium_org/v8/src/
H A Dhandles.h278 int GetScriptLineNumber(Handle<Script> script, int code_position);
280 int GetScriptLineNumberSafe(Handle<Script> script, int code_position);
281 int GetScriptColumnNumber(Handle<Script> script, int code_position);
H A Ddebug.cc305 DebugInfo::SetBreakPoint(debug_info_, code_position(),
313 DebugInfo::ClearBreakPoint(debug_info_, code_position(), break_point_object);
478 return debug_info_->HasBreakPoint(code_position());
529 return debug_info_->GetBreakPointObjects(code_position());
1279 break_point_info->code_position()->value());
H A Ddebug.h118 inline int code_position() { function in class:v8::internal::BreakLocationIterator
H A Dobjects-debug.cc1010 code_position()->SmiVerify();
H A Dobjects.h9957 bool HasBreakPoint(int code_position);
9959 Object* GetBreakPointInfo(int code_position);
9962 int code_position,
9965 static void SetBreakPoint(Handle<DebugInfo> debug_info, int code_position,
9969 Object* GetBreakPointObjects(int code_position);
9995 int GetBreakPointInfoIndex(int code_position);
10007 DECL_ACCESSORS(code_position, Smi)
H A Dobjects.cc15493 bool DebugInfo::HasBreakPoint(int code_position) { argument
15495 Object* break_point_info = GetBreakPointInfo(code_position);
15505 Object* DebugInfo::GetBreakPointInfo(int code_position) { argument
15507 int index = GetBreakPointInfoIndex(code_position);
15517 int code_position,
15519 Handle<Object> break_point_info(debug_info->GetBreakPointInfo(code_position),
15529 int code_position,
15534 Handle<Object> break_point_info(debug_info->GetBreakPointInfo(code_position),
15572 new_break_point_info->set_code_position(Smi::FromInt(code_position));
15584 Object* DebugInfo::GetBreakPointObjects(int code_position) { argument
15516 ClearBreakPoint(Handle<DebugInfo> debug_info, int code_position, Handle<Object> break_point_object) argument
15528 SetBreakPoint(Handle<DebugInfo> debug_info, int code_position, int source_position, int statement_position, Handle<Object> break_point_object) argument
15629 GetBreakPointInfoIndex(int code_position) argument
[all...]
H A Dobjects-printer.cc1184 PrintF(out, "\n - code_position: %d", code_position()->value());
H A Dobjects-inl.h4535 ACCESSORS_TO_SMI(BreakPointInfo, code_position, kCodePositionIndex)

Completed in 291 milliseconds