Searched refs:ReturnId (Results 1 - 24 of 24) sorted by relevance

/external/v8/src/full-codegen/
H A Dfull-codegen.cc274 PrepareForBailoutForId(call->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/ast/
H A Dast.h1869 BailoutId ReturnId() const { return BailoutId(local_id(0)); } function in class:v8::internal::final
1978 BailoutId ReturnId() const { return BailoutId(local_id(0)); } function in class:v8::internal::final
/external/v8/src/compiler/
H A Dast-graph-builder.cc1707 PrepareFrameState(value, expr->ReturnId(), OutputFrameStateCombine::Push());
1729 PrepareFrameState(value, expr->ReturnId(), OutputFrameStateCombine::Push());
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc2335 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc1392 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc2405 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc2282 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc2287 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc2304 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc2095 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc2408 outer->set_ast_id(instr->ReturnId());
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc2407 outer->set_ast_id(instr->ReturnId());
/external/v8/src/full-codegen/arm/
H A Dfull-codegen-arm.cc1930 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/arm64/
H A Dfull-codegen-arm64.cc1883 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/ia32/
H A Dfull-codegen-ia32.cc1854 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/mips/
H A Dfull-codegen-mips.cc1952 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/mips64/
H A Dfull-codegen-mips64.cc1953 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/ppc/
H A Dfull-codegen-ppc.cc1942 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/s390/
H A Dfull-codegen-s390.cc1908 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/x64/
H A Dfull-codegen-x64.cc1843 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/full-codegen/x87/
H A Dfull-codegen-x87.cc1844 PrepareForBailoutForId(expr->ReturnId(), BailoutState::TOS_REGISTER);
/external/v8/src/crankshaft/
H A Dhydrogen.cc8364 expr->id(), expr->ReturnId(), NORMAL_RETURN,
8372 implicit_return_value, expr->id(), expr->ReturnId(),
8407 expr->ReturnId(), NORMAL_RETURN, expr->tail_call_mode());
H A Dhydrogen-instructions.h1784 BailoutId ReturnId() const { return return_id_; } function in class:final
/external/abi-compliance-checker/
H A Dabi-compliance-checker.pl4295 if(my $ReturnId = $SymbolInfo{$Version}{$InfoId}{"Return"})
4297 my %RType = get_PureType($ReturnId, $TypeInfo{$Version});

Completed in 485 milliseconds