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

/external/v8/src/arm/
H A Dlithium-arm.cc304 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1838 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-arm.h1337 class LLoadContextSlot: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1339 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::LLoadContextSlot
H A Dlithium-codegen-arm.cc2372 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h1359 class LLoadContextSlot: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1361 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::LLoadContextSlot
H A Dlithium-ia32.cc307 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1892 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-codegen-ia32.cc2160 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc304 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1840 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-mips.h1317 class LLoadContextSlot: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1319 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::LLoadContextSlot
H A Dlithium-codegen-mips.cc2246 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc306 void LLoadContextSlot::PrintDataTo(StringStream* stream) {
1826 DefineAsRegister(new(zone()) LLoadContextSlot(context));
H A Dlithium-x64.h1316 class LLoadContextSlot: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1318 explicit LLoadContextSlot(LOperand* context) { function in class:v8::internal::LLoadContextSlot
H A Dlithium-codegen-x64.cc2129 void LCodeGen::DoLoadContextSlot(LLoadContextSlot* instr) {

Completed in 223 milliseconds