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

  /external/v8/src/arm/
code-stubs-arm.cc 37 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
38 descriptor->Initialize(r0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
43 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
44 descriptor->Initialize(r0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 37 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
38 descriptor->Initialize(x0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
43 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
44 descriptor->Initialize(x0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 36 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
37 descriptor->Initialize(rax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
42 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
43 descriptor->Initialize(rax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/x87/
code-stubs-x87.cc 38 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
39 descriptor->Initialize(eax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
44 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
45 descriptor->Initialize(eax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 38 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
39 descriptor->Initialize(eax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
44 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
45 descriptor->Initialize(eax, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 37 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
38 descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
43 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
44 descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 36 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
37 descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
42 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
43 descriptor->Initialize(a0, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 36 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
37 descriptor->Initialize(r3, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
42 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
43 descriptor->Initialize(r3, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 36 Address deopt_handler = Runtime::FunctionForId(Runtime::kArrayPush)->entry; local
37 descriptor->Initialize(r2, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
42 Address deopt_handler = Runtime::FunctionForId(Runtime::kFunctionBind)->entry; local
43 descriptor->Initialize(r2, deopt_handler, -1, JS_FUNCTION_STUB_MODE);
    [all...]

Completed in 1407 milliseconds