/external/v8/src/ic/ |
D | ic-inl.h | 179 Handle<Map> receiver_map = TypeToMap(type, isolate); in GetHandlerCacheHolder() 207 return TypeToMap(type, isolate); in GetICCacheHolder()
|
D | handler-compiler.cc | 31 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()
|
D | ic.h | 122 static Handle<Map> TypeToMap(HeapType* type, Isolate* isolate);
|
D | ic.cc | 254 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/ |
D | ic-compiler-arm64.cc | 71 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-arm64.cc | 226 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/ |
D | ic-compiler-x64.cc | 109 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-x64.cc | 216 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/ |
D | ic-compiler-ia32.cc | 75 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-ia32.cc | 27 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/ |
D | ic-compiler-mips.cc | 55 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-mips.cc | 32 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/ |
D | ic-compiler-arm.cc | 72 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-arm.cc | 32 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/ |
D | ic-compiler-mips64.cc | 55 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-mips64.cc | 32 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/ |
D | ic-compiler-x87.cc | 75 Handle<Map> map = IC::TypeToMap(*type, isolate()); in CompilePolymorphic()
|
D | handler-compiler-x87.cc | 27 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/ |
D | objects.cc | 471 Handle<Map> map = IC::TypeToMap(*type, isolate); in IsCompatibleReceiverType()
|