OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KeyedIC
(Results
1 - 4
of
4
) sorted by null
/external/v8/src/
ic.h
373
class
KeyedIC
: public IC {
399
explicit
KeyedIC
(Isolate* isolate) : IC(NO_EXTRA_FRAME, isolate) {}
400
virtual ~
KeyedIC
() {}
467
class KeyedLoadIC: public
KeyedIC
{
469
explicit KeyedLoadIC(Isolate* isolate) :
KeyedIC
(isolate) {
622
class KeyedStoreIC: public
KeyedIC
{
624
explicit KeyedStoreIC(Isolate* isolate) :
KeyedIC
(isolate) {
ic.cc
[
all
...]
stub-cache.cc
388
KeyedIC
::StubKind stub_kind,
391
KeyedIC
::GetGrowModeFromStubKind(stub_kind);
396
stub_kind ==
KeyedIC
::LOAD ? Code::KEYED_LOAD_IC
402
case
KeyedIC
::LOAD:
405
case
KeyedIC
::STORE_NO_TRANSITION:
408
case
KeyedIC
::STORE_AND_GROW_NO_TRANSITION:
421
case
KeyedIC
::LOAD: {
426
case
KeyedIC
::STORE_AND_GROW_NO_TRANSITION: {
432
case
KeyedIC
::STORE_NO_TRANSITION: {
445
if (stub_kind ==
KeyedIC
::LOAD)
[
all
...]
stub-cache.h
173
KeyedIC
::StubKind stub_kind,
[
all
...]
Completed in 973 milliseconds