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

/external/chromium_org/v8/src/
H A Ddebug.cc390 Handle<Code> maybe_call_function_stub = target_code; local
393 maybe_call_function_stub =
397 (maybe_call_function_stub->kind() == Code::STUB &&
398 CodeStub::GetMajorKey(*maybe_call_function_stub) ==
1362 Code* maybe_call_function_stub = code; local
1367 maybe_call_function_stub =
1370 if ((maybe_call_function_stub->kind() == Code::STUB &&
1371 CodeStub::GetMajorKey(maybe_call_function_stub) ==
1373 maybe_call_function_stub->kind() == Code::CALL_IC) {
1376 call_function_stub = Handle<Code>(maybe_call_function_stub);
[all...]

Completed in 102 milliseconds