HomeSort by relevance Sort by last modified time
    Searched defs:returns_handle (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/arm/
stub-cache-arm.cc 906 bool returns_handle = local
1442 bool returns_handle = local
    [all...]
  /external/chromium_org/v8/src/ia32/
stub-cache-ia32.cc 519 bool returns_handle = local
522 __ PrepareCallApiFunction(kApiArgc + kApiStackSpace, returns_handle);
525 __ mov(ApiParameterOperand(2, returns_handle), eax);
528 __ mov(ApiParameterOperand(3, returns_handle), eax);
530 __ Set(ApiParameterOperand(4, returns_handle), Immediate(argc));
532 __ Set(ApiParameterOperand(5, returns_handle), Immediate(0));
535 __ lea(eax, ApiParameterOperand(2, returns_handle));
536 __ mov(ApiParameterOperand(0, returns_handle), eax);
538 Address thunk_address = returns_handle
544 ApiParameterOperand(1, returns_handle),
1403 bool returns_handle = local
    [all...]
  /external/chromium_org/v8/src/mips/
stub-cache-mips.cc 888 bool returns_handle = local
1439 bool returns_handle = local
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 491 bool returns_handle = local
499 Register arguments_arg = returns_handle ? rdx : rcx;
500 Register callback_arg = returns_handle ? r8 : rdx;
510 __ PrepareCallApiFunction(kApiStackSpace, returns_handle);
522 Address thunk_address = returns_handle
530 returns_handle,
1307 bool returns_handle = local
    [all...]

Completed in 84 milliseconds