Searched refs:LTypeof (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h2463 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2465 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-arm.cc2475 LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), r0));
H A Dlithium-codegen-arm.cc5438 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h2594 class LTypeof: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
2596 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-ia32.cc2601 LTypeof* result = new(zone()) LTypeof(context, value);
H A Dlithium-codegen-ia32.cc6129 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h2437 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2439 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-mips.cc2396 LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), a0));
H A Dlithium-codegen-mips.cc5423 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h2371 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2373 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-x64.cc2404 LTypeof* result = new(zone()) LTypeof(UseAtStart(instr->value()));
H A Dlithium-codegen-x64.cc5172 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/arm/
H A Dlithium-arm.cc2208 LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), r0));
H A Dlithium-arm.h2036 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2038 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-codegen-arm.cc4794 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h2126 class LTypeof: public LTemplateInstruction<1, 2, 0> { class in namespace:v8::internal
2128 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-ia32.cc2313 LTypeof* result = new(zone()) LTypeof(context, value);
H A Dlithium-codegen-ia32.cc4646 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/mips/
H A Dlithium-mips.cc2213 LTypeof* result = new(zone()) LTypeof(UseFixed(instr->value(), a0));
H A Dlithium-mips.h2016 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2018 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-codegen-mips.cc4691 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/x64/
H A Dlithium-x64.cc2207 LTypeof* result = new(zone()) LTypeof(UseAtStart(instr->value()));
H A Dlithium-x64.h2005 class LTypeof: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
2007 explicit LTypeof(LOperand* value) { function in class:v8::internal::LTypeof
H A Dlithium-codegen-x64.cc4408 void LCodeGen::DoTypeof(LTypeof* instr) {

Completed in 270 milliseconds