OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_keyed_store_stub
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/ic/
ic.h
96
return target()->is_store_stub() || target()->
is_keyed_store_stub
();
549
DCHECK(target()->
is_keyed_store_stub
());
/external/v8/src/
type-info.cc
88
return code->
is_keyed_store_stub
() &&
objects-inl.h
[
all
...]
objects.h
5049
inline bool
is_keyed_store_stub
() { return kind() == KEYED_STORE_IC; }
function in class:v8::internal::Code
[
all
...]
Completed in 253 milliseconds