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

/external/v8/src/
H A Ddebug.cc1350 Handle<Code> call_function_stub; local
1378 call_function_stub = Handle<Code>(maybe_call_function_stub);
1411 !call_function_stub.is_null() || is_at_restarted_function)
1431 } else if (!call_function_stub.is_null()) {
1440 *call_function_stub));
1451 ASSERT(call_function_stub->major_key() ==

Completed in 45 milliseconds