OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_keyed_call_stub
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/v8/src/
ic.h
137
return target()->is_call_stub() || target()->
is_keyed_call_stub
();
403
ASSERT(target()->
is_keyed_call_stub
());
[
all
...]
debug.cc
416
return target_code->is_call_stub() || target_code->
is_keyed_call_stub
();
430
if (target_code->is_call_stub() || target_code->
is_keyed_call_stub
()) {
[
all
...]
objects-inl.h
[
all
...]
ic.cc
[
all
...]
heap.cc
[
all
...]
objects.cc
[
all
...]
objects.h
5146
inline bool
is_keyed_call_stub
() { return kind() == KEYED_CALL_IC; }
function in class:v8::internal::Code
[
all
...]
/external/v8/src/
ic.h
299
ASSERT(target()->
is_keyed_call_stub
());
objects-inl.h
[
all
...]
debug.cc
395
if (target_code->is_call_stub() || target_code->
is_keyed_call_stub
()) {
[
all
...]
heap.cc
[
all
...]
objects.h
4212
inline bool
is_keyed_call_stub
() { return kind() == KEYED_CALL_IC; }
function in class:v8::internal::Code
[
all
...]
objects.cc
[
all
...]
Completed in 567 milliseconds