Searched defs:LReturn (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h1588 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1590 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h1585 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1587 explicit LReturn(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1552 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1554 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h1551 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1553 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h1570 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1572 explicit LReturn(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h1595 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
1597 explicit LReturn(LOperand* value, function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h2355 class LReturn FINAL : public LTemplateInstruction<0, 3, 0> {
2357 LReturn(LOperand* value, LOperand* context, LOperand* parameter_count) { function in class:v8::internal::FINAL

Completed in 93 milliseconds