Home | History | Annotate | Download | only in x87

Lines Matching refs:Factory

8 #include "src/code-factory.h"
95 profiling_counter_ = isolate()->factory()->NewCell(
130 __ push(Immediate(isolate()->factory()->undefined_value()));
143 __ mov(eax, Immediate(isolate()->factory()->undefined_value()));
347 __ mov(eax, isolate()->factory()->undefined_value());
572 __ mov(result_register(), isolate()->factory()->true_value());
575 __ mov(result_register(), isolate()->factory()->false_value());
585 __ push(Immediate(isolate()->factory()->true_value()));
588 __ push(Immediate(isolate()->factory()->false_value()));
602 ? isolate()->factory()->true_value()
603 : isolate()->factory()->false_value();
610 ? isolate()->factory()->true_value()
611 : isolate()->factory()->false_value();
721 __ cmp(eax, isolate()->factory()->true_value());
734 __ cmp(ebx, isolate()->factory()->with_context_map());
736 __ cmp(ebx, isolate()->factory()->catch_context_map());
756 ? isolate()->factory()->the_hole_value()
757 : isolate()->factory()->undefined_value(), zone());
765 Immediate(isolate()->factory()->the_hole_value()));
774 Immediate(isolate()->factory()->the_hole_value()));
790 __ push(Immediate(isolate()->factory()->the_hole_value()));
926 __ cmp(eax, isolate()->factory()->true_value());
976 __ cmp(eax, isolate()->factory()->undefined_value());
978 __ cmp(eax, isolate()->factory()->null_value());
1015 isolate()->factory()->meta_map());
1086 __ cmp(eax, isolate()->factory()->undefined_value());
1154 Immediate(isolate()->factory()->home_object_symbol()));
1167 Immediate(isolate()->factory()->home_object_symbol()));
1210 Immediate(isolate()->factory()->native_context_map()));
1273 __ cmp(eax, isolate()->factory()->the_hole_value());
1276 __ mov(eax, isolate()->factory()->undefined_value());
1331 __ cmp(eax, isolate()->factory()->the_hole_value());
1341 __ mov(eax, isolate()->factory()->undefined_value());
1388 __ push(Immediate(isolate()->factory()->null_value()));
1895 __ mov(eax, isolate()->factory()->undefined_value());
1900 __ mov(load_name, isolate()->factory()->throw_string()); // "throw"
1944 __ mov(load_name, isolate()->factory()->next_string());
1972 isolate()->factory()->done_string()); // "done"
1984 isolate()->factory()->value_string()); // "value"
2017 __ mov(ecx, isolate()->factory()->the_hole_value());
2094 isolate()->factory()->empty_fixed_array());
2096 isolate()->factory()->empty_fixed_array());
2099 isolate()->factory()->ToBoolean(done));
2426 __ cmp(edx, isolate()->factory()->the_hole_value());
2440 __ cmp(edx, isolate()->factory()->the_hole_value());
2453 __ cmp(edx, isolate()->factory()->the_hole_value());
2477 __ cmp(edx, isolate()->factory()->the_hole_value());
2496 __ cmp(edx, isolate()->factory()->the_hole_value());
2631 __ push(Immediate(isolate()->factory()->undefined_value()));
2776 __ push(Immediate(isolate()->factory()->undefined_value()));
2823 __ push(Immediate(isolate()->factory()->undefined_value()));
2829 __ push(Immediate(isolate()->factory()->undefined_value()));
3051 Handle<Map> map = masm()->isolate()->factory()->heap_number_map();
3245 __ mov(eax, isolate()->factory()->null_value());
3250 __ mov(eax, isolate()->factory()->Function_string());
3255 __ mov(eax, isolate()->factory()->Object_string());
3489 __ Move(result, Immediate(isolate()->factory()->nan_value()));
3495 __ Move(result, Immediate(isolate()->factory()->undefined_value()));
3537 __ Move(result, Immediate(isolate()->factory()->empty_string()));
3668 __ mov(result_operand, isolate()->factory()->empty_string());
3882 __ mov(result_operand, isolate()->factory()->undefined_value());
3916 isolate()->factory()->empty_fixed_array());
3918 isolate()->factory()->empty_fixed_array());
3934 __ push(Immediate(isolate()->factory()->undefined_value()));
4054 context()->Plug(isolate()->factory()->undefined_value());
4086 __ mov(eax, isolate()->factory()->true_value());
4088 __ Push(isolate()->factory()->true_value());
4094 __ mov(eax, isolate()->factory()->false_value());
4096 __ Push(isolate()->factory()->false_value());
4390 Factory* factory = isolate()->factory();
4391 if (String::Equals(check, factory->number_string())) {
4394 isolate()->factory()->heap_number_map());
4396 } else if (String::Equals(check, factory->string_string())) {
4400 } else if (String::Equals(check, factory->symbol_string())) {
4404 } else if (String::Equals(check, factory->boolean_string())) {
4405 __ cmp(eax, isolate()->factory()->true_value());
4407 __ cmp(eax, isolate()->factory()->false_value());
4409 } else if (String::Equals(check, factory->undefined_string())) {
4410 __ cmp(eax, isolate()->factory()->undefined_value());
4418 } else if (String::Equals(check, factory->function_string())) {
4426 } else if (String::Equals(check, factory->object_string())) {
4428 __ cmp(eax, isolate()->factory()->null_value());
4439 } else if (String::Equals(check, factory->type##_string())) { \
4442 isolate()->factory()->type##_map()); \
4478 __ cmp(eax, isolate()->factory()->true_value());
4488 __ cmp(eax, isolate()->factory()->true_value());
4541 ? isolate()->factory()->null_value()
4542 : isolate()->factory()->undefined_value();
4549 __ cmp(eax, isolate()->factory()->true_value());
4653 __ mov(edx, Immediate(isolate()->factory()->the_hole_value()));