OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_keyed_store_stub
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
debug.cc
488
} else if (code->
is_keyed_store_stub
()) {
514
if (code->
is_keyed_store_stub
()) KeyedStoreIC::RestoreInlinedVersion(pc());
[
all
...]
objects.h
3317
inline bool
is_keyed_store_stub
() { return kind() == KEYED_STORE_IC; }
function in class:v8::internal::Code
[
all
...]
Completed in 40 milliseconds