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

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2004 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
2006 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2019 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
2021 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h1968 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
1970 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h1968 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
1970 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2004 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
2006 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/x87/
H A Dlithium-x87.h2029 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
2031 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL
/external/chromium_org/v8/src/arm64/
H A Dlithium-arm64.h917 class LCallRuntime FINAL : public LTemplateInstruction<1, 1, 0> {
919 explicit LCallRuntime(LOperand* context) { function in class:v8::internal::FINAL

Completed in 244 milliseconds