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

/external/v8/src/arm/
H A Dlithium-arm.h2587 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2589 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-arm.cc2522 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0));
H A Dlithium-codegen-arm.cc5504 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/ia32/
H A Dlithium-ia32.h2588 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2590 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-ia32.cc2592 LTypeof* result = new(zone()) LTypeof(context, value);
H A Dlithium-codegen-ia32.cc5311 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/mips/
H A Dlithium-mips.h2547 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2549 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-mips.cc2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0));
H A Dlithium-codegen-mips.cc5479 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/mips64/
H A Dlithium-mips64.h2531 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2533 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-mips64.cc2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0));
H A Dlithium-codegen-mips64.cc5512 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/x64/
H A Dlithium-x64.h2569 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2571 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-x64.cc2568 LTypeof* result = new(zone()) LTypeof(context, value);
H A Dlithium-codegen-x64.cc5482 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/x87/
H A Dlithium-x87.h2604 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2606 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-x87.cc2596 LTypeof* result = new(zone()) LTypeof(context, value);
H A Dlithium-codegen-x87.cc5905 void LCodeGen::DoTypeof(LTypeof* instr) {
/external/v8/src/arm64/
H A Dlithium-arm64.cc2561 LTypeof* result =
2562 new(zone()) LTypeof(context, UseRegisterAtStart(instr->value()));
H A Dlithium-arm64.h2963 class LTypeof FINAL : public LTemplateInstruction<1, 2, 0> {
2965 LTypeof(LOperand* context, LOperand* value) { function in class:v8::internal::FINAL
H A Dlithium-codegen-arm64.cc5792 void LCodeGen::DoTypeof(LTypeof* instr) {

Completed in 528 milliseconds