Searched refs:transcendental_type (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dlithium-arm.h483 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
484 return hydrogen()->transcendental_type();
H A Dlithium-codegen-arm.cc1089 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/chromium_org/v8/src/ia32/
H A Dlithium-ia32.h485 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
486 return hydrogen()->transcendental_type();
H A Dlithium-codegen-ia32.cc1280 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h479 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
480 return hydrogen()->transcendental_type();
H A Dlithium-codegen-mips.cc1072 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/chromium_org/v8/src/x64/
H A Dlithium-x64.h482 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
483 return hydrogen()->transcendental_type();
H A Dlithium-codegen-x64.cc970 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/v8/src/arm/
H A Dlithium-arm.h443 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
444 return hydrogen()->transcendental_type();
H A Dlithium-codegen-arm.cc884 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/v8/src/ia32/
H A Dlithium-ia32.h431 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
432 return hydrogen()->transcendental_type();
H A Dlithium-codegen-ia32.cc792 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/v8/src/mips/
H A Dlithium-mips.h442 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
443 return hydrogen()->transcendental_type();
H A Dlithium-codegen-mips.cc847 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/v8/src/x64/
H A Dlithium-x64.h444 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
445 return hydrogen()->transcendental_type();
H A Dlithium-codegen-x64.cc756 TranscendentalCacheStub stub(instr->transcendental_type(),
/external/v8/src/
H A Dhydrogen-instructions.h3408 void set_transcendental_type(TranscendentalCache::Type transcendental_type) { argument
3409 transcendental_type_ = transcendental_type;
3411 TranscendentalCache::Type transcendental_type() { function in class:v8::HCallStub
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h4909 void set_transcendental_type(TranscendentalCache::Type transcendental_type) { argument
4910 transcendental_type_ = transcendental_type;
4912 TranscendentalCache::Type transcendental_type() { function in class:v8::HCallStub

Completed in 255 milliseconds