Searched refs:DoMathTan (Results 1 - 20 of 20) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h248 void DoMathTan(LUnaryMathOperation* instr);
H A Dlithium-codegen-ia32.cc3168 void LCodeGen::DoMathTan(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
3213 DoMathTan(instr);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h238 void DoMathTan(LUnaryMathOperation* instr);
H A Dlithium-codegen-x64.cc3114 void LCodeGen::DoMathTan(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
3162 DoMathTan(instr);
/external/v8/src/arm/
H A Dlithium-codegen-arm.h253 void DoMathTan(LUnaryMathOperation* instr);
H A Dlithium-codegen-arm.cc3364 void LCodeGen::DoMathTan(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
3412 DoMathTan(instr);
/external/v8/src/mips/
H A Dlithium-codegen-mips.h253 void DoMathTan(LUnaryMathOperation* instr);
H A Dlithium-codegen-mips.cc3259 void LCodeGen::DoMathTan(LUnaryMathOperation* instr) { function in class:v8::internal::LCodeGen
3307 DoMathTan(instr);
/external/chromium_org/v8/src/arm/
H A Dlithium-arm.cc1192 case kMathTan: return DoMathTan(instr);
1250 LInstruction* LChunkBuilder::DoMathTan(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-arm.h2783 LInstruction* DoMathTan(HUnaryMathOperation* instr);
H A Dlithium-codegen-arm.cc3956 void LCodeGen::DoMathTan(LMathTan* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.cc1277 case kMathTan: return DoMathTan(instr);
1334 LInstruction* LChunkBuilder::DoMathTan(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-ia32.h2792 LInstruction* DoMathTan(HUnaryMathOperation* instr);
H A Dlithium-codegen-ia32.cc4200 void LCodeGen::DoMathTan(LMathTan* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.cc1195 case kMathTan: return DoMathTan(instr);
1227 LInstruction* LChunkBuilder::DoMathTan(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-mips.h2757 LInstruction* DoMathTan(HUnaryMathOperation* instr);
H A Dlithium-codegen-mips.cc3879 void LCodeGen::DoMathTan(LMathTan* instr) { function in class:v8::internal::LCodeGen
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.cc1192 case kMathTan: return DoMathTan(instr);
1248 LInstruction* LChunkBuilder::DoMathTan(HUnaryMathOperation* instr) { function in class:v8::internal::LChunkBuilder
H A Dlithium-x64.h2710 LInstruction* DoMathTan(HUnaryMathOperation* instr);
H A Dlithium-codegen-x64.cc3750 void LCodeGen::DoMathTan(LMathTan* instr) { function in class:v8::internal::LCodeGen

Completed in 247 milliseconds