Searched refs:LLoadContextSlot (Results 1 - 25 of 27) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-arm.h1501 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1503 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-arm.cc252 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1979 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-arm.cc2562 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.h1459 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1461 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-arm64.cc226 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1511 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-arm64.cc2964 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.h1526 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1528 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-ia32.cc271 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1989 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-ia32.cc2359 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.h1464 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1466 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-mips.cc259 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1926 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-mips.cc2478 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.h1526 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1528 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-mips64.cc259 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1929 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-mips64.cc2602 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.h1474 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1476 explicit LLoadContextSlot(LOperand* context) { inputs_[0] = context; } function in class:v8::internal::final
H A Dlithium-ppc.cc265 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1954 DefineAsRegister(new (zone()) LLoadContextSlot(context));
H A Dlithium-codegen-ppc.cc2653 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.h1372 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1374 explicit LLoadContextSlot(LOperand* context) { inputs_[0] = context; } function in class:v8::internal::final
H A Dlithium-s390.cc243 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1789 DefineAsRegister(new (zone()) LLoadContextSlot(context));
H A Dlithium-codegen-s390.cc2634 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.h1517 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1519 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-x64.cc266 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1965 DefineAsRegister(new(zone()) LLoadContextSlot(context));
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.h1516 class LLoadContextSlot final : public LTemplateInstruction<1, 1, 0> {
1518 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::final
H A Dlithium-x87.cc282 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1985 DefineAsRegister(new(zone()) LLoadContextSlot(context));

Completed in 326 milliseconds

12