Home
last modified time | relevance | path

Searched refs:TypeToMap (Results 1 – 19 of 19) sorted by relevance

/external/v8/src/ic/
Dic-inl.h179 Handle<Map> receiver_map = TypeToMap(type, isolate); in GetHandlerCacheHolder()
207 return TypeToMap(type, isolate); in GetICCacheHolder()
Dhandler-compiler.cc31 Handle<Map> receiver_map = IC::TypeToMap(*type, isolate); in ComputeLoadNonexistent()
149 last_map = IC::TypeToMap(*type(), isolate()); in NonexistentFrontendHeader()
222 Handle<Map> receiver_map = IC::TypeToMap(*type(), isolate()); in CompileLoadCallback()
Dic.h122 static Handle<Map> TypeToMap(HeapType* type, Isolate* isolate);
Dic.cc254 Handle<Map> receiver_map = TypeToMap(*receiver_type(), isolate()); in TryRemoveInvalidPrototypeDependentStub()
719 Handle<Map> IC::TypeToMap(HeapType* type, Isolate* isolate) { in TypeToMap() function in v8::internal::IC
892 Map* map = *TypeToMap(type, isolate()); in UpdateMegamorphicCache()
/external/v8/src/ic/arm64/
Dic-compiler-arm64.cc71 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-arm64.cc226 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
260 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
550 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/x64/
Dic-compiler-x64.cc109 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-x64.cc216 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
256 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
497 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/ia32/
Dic-compiler-ia32.cc75 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-ia32.cc27 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
229 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
503 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/mips/
Dic-compiler-mips.cc55 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-mips.cc32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
511 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/arm/
Dic-compiler-arm.cc72 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-arm.cc32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
513 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/mips64/
Dic-compiler-mips64.cc55 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-mips64.cc32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
511 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/ic/x87/
Dic-compiler-x87.cc75 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
Dhandler-compiler-x87.cc27 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateLoadViaGetter()
229 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) { in GenerateStoreViaSetter()
505 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate())); in CheckPrototypes()
/external/v8/src/
Dobjects.cc471 Handle<Map> map = IC::TypeToMap(*type, isolate); in IsCompatibleReceiverType()