Home
last modified time | relevance | path

Searched refs:STORE_IC (Results 1 – 16 of 16) sorted by relevance

/external/v8/src/
Dbuiltins.h137 V(StoreIC_Initialize, STORE_IC, UNINITIALIZED, \
139 V(StoreIC_ArrayLength, STORE_IC, MONOMORPHIC, \
141 V(StoreIC_Normal, STORE_IC, MONOMORPHIC, \
143 V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \
145 V(StoreIC_GlobalProxy, STORE_IC, MEGAMORPHIC, \
147 V(StoreIC_Initialize_Strict, STORE_IC, UNINITIALIZED, \
149 V(StoreIC_ArrayLength_Strict, STORE_IC, MONOMORPHIC, \
151 V(StoreIC_Normal_Strict, STORE_IC, MONOMORPHIC, \
153 V(StoreIC_Megamorphic_Strict, STORE_IC, MEGAMORPHIC, \
155 V(StoreIC_GlobalProxy_Strict, STORE_IC, MEGAMORPHIC, \
[all …]
Dic-inl.h86 if (old_target->kind() == Code::STORE_IC || in SetTargetAtAddress()
Dgdb-jit.h51 V(STORE_IC) \
Dstub-cache.cc372 Code::STORE_IC, type, strict_mode); in ComputeStoreField()
380 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *name, *code)); in ComputeStoreField()
467 Code::STORE_IC, NORMAL, strict_mode); in ComputeStoreGlobal()
474 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *name, *code)); in ComputeStoreGlobal()
486 Code::STORE_IC, CALLBACKS, strict_mode); in ComputeStoreCallback()
493 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *name, *code)); in ComputeStoreCallback()
503 Code::STORE_IC, INTERCEPTOR, strict_mode); in ComputeStoreInterceptor()
510 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *name, *code)); in ComputeStoreInterceptor()
1346 Code::ComputeMonomorphicFlags(Code::STORE_IC, type, strict_mode_); in GetCode()
1349 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *name, *code)); in GetCode()
Dtype-info.cc223 Code::Flags flags = Code::ComputeMonomorphicFlags(Code::STORE_IC, NORMAL); in StoreReceiverTypes()
647 case Code::STORE_IC: in ProcessRelocInfos()
Dlog.cc1426 case Code::STORE_IC: in LogCodeObject()
Dic.cc350 case Code::STORE_IC: return StoreIC::Clear(address, target); in Clear()
Dspaces.cc1619 CASE(STORE_IC); in ReportCodeKindStatistics()
Dobjects.h4125 STORE_IC, enumerator
4209 inline bool is_store_stub() { return kind() == STORE_IC; } in is_store_stub()
Ddebug.cc1574 case Code::STORE_IC: in FindDebugBreak()
Dobjects-inl.h3245 kind == STORE_IC || in ComputeFlags()
Dobjects.cc8306 case STORE_IC: return "STORE_IC"; in Kind2String()
8361 case STORE_IC: in PrintExtraICState()
/external/v8/src/x64/
Dic-x64.cc1438 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode); in GenerateMegamorphic()
/external/v8/src/ia32/
Dic-ia32.cc1418 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode); in GenerateMegamorphic()
/external/v8/src/arm/
Dic-arm.cc1516 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode); in GenerateMegamorphic()
/external/v8/src/mips/
Dic-mips.cc1517 Code::ComputeFlags(Code::STORE_IC, MONOMORPHIC, strict_mode); in GenerateMegamorphic()