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

/external/chromium_org/v8/src/
H A Ddebug.cc1346 Handle<Code> call_function_stub; local
1376 call_function_stub = Handle<Code>(maybe_call_function_stub);
1409 !call_function_stub.is_null() || is_at_restarted_function)
1427 } else if (!call_function_stub.is_null()) {
1430 bool is_call_ic = call_function_stub->kind() == Code::CALL_IC;
1433 uint32_t key = call_function_stub->stub_key();
1442 CodeStub::GetMajorKey(*call_function_stub) ==

Completed in 56 milliseconds