Searched refs:KEYED_CALL_IC (Results 1 – 19 of 19) sorted by relevance
/external/v8/src/ |
D | disassembler.cc | 250 if (kind == Code::CALL_IC || kind == Code::KEYED_CALL_IC) { in DecodeIt()
|
D | ic.cc | 239 kind == Code::KEYED_CALL_IC) { in StateFrom() 354 case Code::KEYED_CALL_IC: return KeyedCallIC::Clear(address, target); in Clear() 775 argc, Code::KEYED_CALL_IC); in LoadFunction() 780 argc, Code::KEYED_CALL_IC, Code::kNoExtraICState); in LoadFunction()
|
D | ic.h | 298 : CallICBase(Code::KEYED_CALL_IC, isolate) { in KeyedCallIC()
|
D | type-info.cc | 649 case Code::KEYED_CALL_IC: in ProcessRelocInfos()
|
D | stub-cache.cc | 742 Code::KEYED_CALL_IC); in ComputeKeyedCallInitialize() 782 ASSERT(kind == Code::KEYED_CALL_IC); in ComputeCallArguments()
|
D | log.cc | 1438 case Code::KEYED_CALL_IC: in LogCodeObject()
|
D | spaces.cc | 1622 CASE(KEYED_CALL_IC); in ReportCodeKindStatistics()
|
D | objects.h | 4124 KEYED_CALL_IC, enumerator 4212 inline bool is_keyed_call_stub() { return kind() == KEYED_CALL_IC; } in is_keyed_call_stub()
|
D | debug.cc | 1567 case Code::KEYED_CALL_IC: in FindDebugBreak()
|
D | objects-inl.h | 2933 ExtractKindFromFlags(flags) != KEYED_CALL_IC) || in set_flags()
|
D | objects.cc | 8309 case KEYED_CALL_IC: return "KEYED_CALL_IC"; in Kind2String()
|
/external/v8/src/x64/ |
D | ic-x64.cc | 1108 Code::KEYED_CALL_IC, in GenerateMegamorphic()
|
D | stub-cache-x64.cc | 1217 if (kind_ == Code::KEYED_CALL_IC) { in GenerateNameCheck()
|
/external/v8/src/ia32/ |
D | ic-ia32.cc | 1239 CallICBase::GenerateMonomorphicCacheProbe(masm, argc, Code::KEYED_CALL_IC, in GenerateMegamorphic()
|
D | stub-cache-ia32.cc | 1245 if (kind_ == Code::KEYED_CALL_IC) { in GenerateNameCheck()
|
/external/v8/src/arm/ |
D | ic-arm.cc | 656 Code::KEYED_CALL_IC, in GenerateMegamorphic()
|
D | stub-cache-arm.cc | 1380 if (kind_ == Code::KEYED_CALL_IC) { in GenerateNameCheck()
|
/external/v8/src/mips/ |
D | ic-mips.cc | 653 Code::KEYED_CALL_IC, in GenerateMegamorphic()
|
D | stub-cache-mips.cc | 1380 if (kind_ == Code::KEYED_CALL_IC) { in GenerateNameCheck()
|