Searched refs:LRandom (Results 1 - 16 of 16) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-codegen-ia32.h107 void DoDeferredRandom(LRandom* instr);
H A Dlithium-ia32.h1088 class LRandom: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1090 explicit LRandom(LOperand* global_object) { function in class:v8::internal::LRandom
H A Dlithium-codegen-ia32.cc3058 void LCodeGen::DoRandom(LRandom* instr) {
3061 DeferredDoRandom(LCodeGen* codegen, LRandom* instr)
3066 LRandom* instr_;
3129 void LCodeGen::DoDeferredRandom(LRandom* instr) {
H A Dlithium-ia32.cc1485 LRandom* result = new(zone()) LRandom(global_object);
/external/v8/src/x64/
H A Dlithium-codegen-x64.h100 void DoDeferredRandom(LRandom* instr);
H A Dlithium-x64.cc1445 LRandom* result = new(zone()) LRandom(global_object);
H A Dlithium-x64.h1066 class LRandom: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1068 explicit LRandom(LOperand* global_object) { function in class:v8::internal::LRandom
H A Dlithium-codegen-x64.cc3016 void LCodeGen::DoRandom(LRandom* instr) {
3019 DeferredDoRandom(LCodeGen* codegen, LRandom* instr)
3024 LRandom* instr_;
3098 void LCodeGen::DoDeferredRandom(LRandom* instr) {
/external/v8/src/arm/
H A Dlithium-codegen-arm.h117 void DoDeferredRandom(LRandom* instr);
H A Dlithium-arm.cc1456 LRandom* result = new(zone()) LRandom(global_object);
H A Dlithium-arm.h1087 class LRandom: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1089 explicit LRandom(LOperand* global_object) { function in class:v8::internal::LRandom
H A Dlithium-codegen-arm.cc3278 void LCodeGen::DoRandom(LRandom* instr) {
3281 DeferredDoRandom(LCodeGen* codegen, LRandom* instr)
3286 LRandom* instr_;
3349 void LCodeGen::DoDeferredRandom(LRandom* instr) {
/external/v8/src/mips/
H A Dlithium-codegen-mips.h113 void DoDeferredRandom(LRandom* instr);
H A Dlithium-mips.cc1457 LRandom* result = new(zone()) LRandom(global_object);
H A Dlithium-mips.h1067 class LRandom: public LTemplateInstruction<1, 1, 0> { class in namespace:v8::internal
1069 explicit LRandom(LOperand* global_object) { function in class:v8::internal::LRandom
H A Dlithium-codegen-mips.cc3175 void LCodeGen::DoRandom(LRandom* instr) {
3178 DeferredDoRandom(LCodeGen* codegen, LRandom* instr)
3183 LRandom* instr_;
3244 void LCodeGen::DoDeferredRandom(LRandom* instr) {

Completed in 191 milliseconds