Searched defs:transcendental_type (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.h431 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
432 return hydrogen()->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();
/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/v8/src/mips/
H A Dlithium-mips.h442 TranscendentalCache::Type transcendental_type() { function in class:v8::internal::LCallStub
443 return hydrogen()->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();

Completed in 451 milliseconds