HomeSort by relevance Sort by last modified time
    Searched refs:TypeToMap (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/v8/src/ic/
ic-inl.h 179 Handle<Map> receiver_map = TypeToMap(type, isolate);
207 return TypeToMap(type, isolate);
handler-compiler.cc 31 Handle<Map> receiver_map = IC::TypeToMap(*type, isolate);
149 last_map = IC::TypeToMap(*type(), isolate());
222 Handle<Map> receiver_map = IC::TypeToMap(*type(), isolate());
ic.h 122 static Handle<Map> TypeToMap(HeapType* type, Isolate* isolate);
ic.cc 254 Handle<Map> receiver_map = TypeToMap(*receiver_type(), isolate());
719 Handle<Map> IC::TypeToMap(HeapType* type, Isolate* isolate) {
892 Map* map = *TypeToMap(type, isolate());
    [all...]
  /external/chromium_org/v8/src/ic/arm/
ic-compiler-arm.cc 72 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-arm.cc 32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
513 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/arm64/
ic-compiler-arm64.cc 71 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-arm64.cc 226 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
260 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
550 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/ia32/
ic-compiler-ia32.cc 75 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-ia32.cc 27 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
229 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
503 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/mips/
ic-compiler-mips.cc 55 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-mips.cc 32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
511 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/mips64/
ic-compiler-mips64.cc 55 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-mips64.cc 32 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
69 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
511 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/x64/
ic-compiler-x64.cc 109 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-x64.cc 216 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
256 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
497 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/ic/x87/
ic-compiler-x87.cc 75 Handle<Map> map = IC::TypeToMap(*type, isolate());
handler-compiler-x87.cc 27 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
229 if (IC::TypeToMap(*type, masm->isolate())->IsJSGlobalObjectMap()) {
505 Handle<Map> receiver_map(IC::TypeToMap(*type(), isolate()));
  /external/chromium_org/v8/src/
objects.cc 471 Handle<Map> map = IC::TypeToMap(*type, isolate);
    [all...]

Completed in 111 milliseconds