Searched defs:LLoadFunctionPrototype (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1509 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1511 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::final
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1518 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> {
1520 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1473 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1475 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::final
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1535 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1537 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::final
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1485 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1487 explicit LLoadFunctionPrototype(LOperand* function) { inputs_[0] = function; } function in class:v8::internal::final
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1382 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1384 explicit LLoadFunctionPrototype(LOperand* function) { inputs_[0] = function; } function in class:v8::internal::final
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1516 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 0> {
1518 explicit LLoadFunctionPrototype(LOperand* function) { function in class:v8::internal::final
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1508 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> {
1510 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { function in class:v8::internal::final
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1542 class LLoadFunctionPrototype final : public LTemplateInstruction<1, 1, 1> {
1544 LLoadFunctionPrototype(LOperand* function, LOperand* temp) { function in class:v8::internal::final

Completed in 267 milliseconds