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

/external/v8/src/
H A Ddebug.cc412 Handle<Code> maybe_call_function_stub = target_code; local
415 maybe_call_function_stub =
419 (maybe_call_function_stub->kind() == Code::STUB &&
420 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
1366 Code* maybe_call_function_stub = code; local
1371 maybe_call_function_stub =
1374 if (maybe_call_function_stub->kind() == Code::STUB &&
1375 maybe_call_function_stub->major_key() == CodeStub::CallFunction) {
1378 call_function_stub = Handle<Code>(maybe_call_function_stub);

Completed in 48 milliseconds