• Home
  • Raw
  • Download

Lines Matching refs:StubCache

46 StubCache::StubCache(Isolate* isolate) : isolate_(isolate) {  in StubCache()  function in v8::internal::StubCache
51 void StubCache::Initialize() { in Initialize()
58 Code* StubCache::Set(String* name, Map* map, Code* code) { in Set()
102 Handle<Code> StubCache::ComputeLoadNonexistent(Handle<String> name, in ComputeLoadNonexistent()
135 Handle<Code> StubCache::ComputeLoadField(Handle<String> name, in ComputeLoadField()
154 Handle<Code> StubCache::ComputeLoadCallback(Handle<String> name, in ComputeLoadCallback()
174 Handle<Code> StubCache::ComputeLoadConstant(Handle<String> name, in ComputeLoadConstant()
194 Handle<Code> StubCache::ComputeLoadInterceptor(Handle<String> name, in ComputeLoadInterceptor()
212 Handle<Code> StubCache::ComputeLoadNormal() { in ComputeLoadNormal()
217 Handle<Code> StubCache::ComputeLoadGlobal(Handle<String> name, in ComputeLoadGlobal()
237 Handle<Code> StubCache::ComputeKeyedLoadField(Handle<String> name, in ComputeKeyedLoadField()
256 Handle<Code> StubCache::ComputeKeyedLoadConstant(Handle<String> name, in ComputeKeyedLoadConstant()
276 Handle<Code> StubCache::ComputeKeyedLoadInterceptor(Handle<String> name, in ComputeKeyedLoadInterceptor()
294 Handle<Code> StubCache::ComputeKeyedLoadCallback( in ComputeKeyedLoadCallback()
315 Handle<Code> StubCache::ComputeKeyedLoadArrayLength(Handle<String> name, in ComputeKeyedLoadArrayLength()
331 Handle<Code> StubCache::ComputeKeyedLoadStringLength(Handle<String> name, in ComputeKeyedLoadStringLength()
348 Handle<Code> StubCache::ComputeKeyedLoadFunctionPrototype( in ComputeKeyedLoadFunctionPrototype()
365 Handle<Code> StubCache::ComputeStoreField(Handle<String> name, in ComputeStoreField()
386 Handle<Code> StubCache::ComputeKeyedLoadOrStoreElement( in ComputeKeyedLoadOrStoreElement()
455 Handle<Code> StubCache::ComputeStoreNormal(StrictModeFlag strict_mode) { in ComputeStoreNormal()
462 Handle<Code> StubCache::ComputeStoreGlobal(Handle<String> name, in ComputeStoreGlobal()
480 Handle<Code> StubCache::ComputeStoreCallback(Handle<String> name, in ComputeStoreCallback()
499 Handle<Code> StubCache::ComputeStoreInterceptor(Handle<String> name, in ComputeStoreInterceptor()
515 Handle<Code> StubCache::ComputeKeyedStoreField(Handle<String> name, in ComputeKeyedStoreField()
540 Handle<Code> StubCache::ComputeCallConstant(int argc, in ComputeCallConstant()
581 Handle<Code> StubCache::ComputeCallField(int argc, in ComputeCallField()
619 Handle<Code> StubCache::ComputeCallInterceptor(int argc, in ComputeCallInterceptor()
656 Handle<Code> StubCache::ComputeCallGlobal(int argc, in ComputeCallGlobal()
694 Code* StubCache::FindCallInitialize(int argc, in FindCallInitialize()
715 Handle<Code> StubCache::ComputeCallInitialize(int argc, in ComputeCallInitialize()
735 Handle<Code> StubCache::ComputeCallInitialize(int argc, RelocInfo::Mode mode) { in ComputeCallInitialize()
740 Handle<Code> StubCache::ComputeKeyedCallInitialize(int argc) { in ComputeKeyedCallInitialize()
746 Handle<Code> StubCache::ComputeCallPreMonomorphic( in ComputeCallPreMonomorphic()
764 Handle<Code> StubCache::ComputeCallNormal(int argc, in ComputeCallNormal()
781 Handle<Code> StubCache::ComputeCallArguments(int argc, Code::Kind kind) { in ComputeCallArguments()
798 Handle<Code> StubCache::ComputeCallMegamorphic( in ComputeCallMegamorphic()
817 Handle<Code> StubCache::ComputeCallMiss(int argc, in ComputeCallMiss()
838 Handle<Code> StubCache::ComputeCallDebugBreak(int argc, in ComputeCallDebugBreak()
857 Handle<Code> StubCache::ComputeCallDebugPrepareStepIn(int argc, in ComputeCallDebugPrepareStepIn()
877 void StubCache::Clear() { in Clear()
890 void StubCache::CollectMatchingMaps(SmallMapList* types, in CollectMatchingMaps()