Searched refs:kNoExtraICState (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/ |
D | builtins.h | 69 Code::kNoExtraICState) \ 71 Code::kNoExtraICState) \ 73 Code::kNoExtraICState) \ 75 Code::kNoExtraICState) \ 77 Code::kNoExtraICState) \ 79 Code::kNoExtraICState) \ 81 Code::kNoExtraICState) \ 83 Code::kNoExtraICState) \ 85 Code::kNoExtraICState) \ 87 Code::kNoExtraICState) \ [all …]
|
D | ic.h | 290 GenerateMiss(masm, argc, Code::kNoExtraICState); in GenerateNormal() 313 Code::kNoExtraICState); in GenerateMiss()
|
D | stub-cache.cc | 784 Code::ComputeFlags(kind, MEGAMORPHIC, Code::kNoExtraICState, in ComputeCallArguments() 843 Code::ComputeFlags(kind, DEBUG_BREAK, Code::kNoExtraICState, in ComputeCallDebugBreak() 862 Code::ComputeFlags(kind, DEBUG_PREPARE_STEP_IN, Code::kNoExtraICState, in ComputeCallDebugPrepareStepIn() 1271 CallIC::GenerateMiss(masm(), argc, Code::kNoExtraICState); in CompileCallDebugPrepareStepIn() 1335 Code::KEYED_LOAD_IC, state, Code::kNoExtraICState, type); in GetCode()
|
D | ic.cc | 759 Code::kNoExtraICState, in LoadFunction() 780 argc, Code::KEYED_CALL_IC, Code::kNoExtraICState); in LoadFunction()
|
D | objects.h | 4146 static const ExtraICState kNoExtraICState = 0; variable 4342 ExtraICState extra_ic_state = kNoExtraICState, 4350 ExtraICState extra_ic_state = kNoExtraICState,
|
D | objects-inl.h | 3243 ASSERT(extra_ic_state == kNoExtraICState || in ComputeFlags()
|
/external/v8/src/x64/ |
D | ic-x64.cc | 1109 Code::kNoExtraICState); in GenerateMegamorphic()
|
/external/v8/src/ia32/ |
D | ic-ia32.cc | 1240 Code::kNoExtraICState); in GenerateMegamorphic()
|
/external/v8/src/mips/ |
D | ic-mips.cc | 654 Code::kNoExtraICState); in GenerateMegamorphic()
|
/external/v8/src/arm/ |
D | ic-arm.cc | 657 Code::kNoExtraICState); in GenerateMegamorphic()
|