Home | History | Annotate | Download | only in crankshaft

Lines Matching refs:IfBuilder

931 HGraphBuilder::IfBuilder::IfBuilder() : builder_(NULL), needs_compare_(true) {}
934 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder)
940 HGraphBuilder::IfBuilder::IfBuilder(HGraphBuilder* builder,
948 void HGraphBuilder::IfBuilder::InitializeDontCreateBlocks(
966 void HGraphBuilder::IfBuilder::Initialize(HGraphBuilder* builder) {
974 HControlInstruction* HGraphBuilder::IfBuilder::AddCompare(
1011 void HGraphBuilder::IfBuilder::Or() {
1026 void HGraphBuilder::IfBuilder::And() {
1041 void HGraphBuilder::IfBuilder::CaptureContinuation(
1059 void HGraphBuilder::IfBuilder::JoinContinuation(HIfContinuation* continuation) {
1080 void HGraphBuilder::IfBuilder::Then() {
1100 void HGraphBuilder::IfBuilder::Else() {
1110 void HGraphBuilder::IfBuilder::Deopt(DeoptimizeReason reason) {
1117 void HGraphBuilder::IfBuilder::Return(HValue* value) {
1125 void HGraphBuilder::IfBuilder::AddMergeAtJoinBlock(bool deopt) {
1145 void HGraphBuilder::IfBuilder::Finish() {
1159 void HGraphBuilder::IfBuilder::Finish(HBasicBlock** then_continuation,
1175 void HGraphBuilder::IfBuilder::EndUnreachable() {
1182 void HGraphBuilder::IfBuilder::End() {
1564 IfBuilder length_checker(this);
1574 IfBuilder capacity_checker(this);
1622 IfBuilder cow_checker(this);
1713 IfBuilder if_undefined(this);
1726 IfBuilder if_match(this);
1732 IfBuilder if_update_with_internalized(this);
1758 IfBuilder found_key_match(this, &found_key_match_continuation);
1770 IfBuilder details_compare(this);
1790 IfBuilder return_or_loop(this, &return_or_loop_continuation);
1866 IfBuilder if_objectissmi(this);
1879 IfBuilder if_objectiskey(this);
1894 IfBuilder if_objectisnumber(this);
1916 IfBuilder if_keyisnotsmi(this);
1920 IfBuilder if_keyisheapnumber(this);
1926 IfBuilder if_keyeqobject(this);
1956 IfBuilder if_found(this, &found);
2007 IfBuilder receiver_is_smi(this);
2023 IfBuilder receiver_is_not_spec_object(this);
2036 IfBuilder constructor_function_index_is_invalid(this);
2052 IfBuilder if_wrap(this, &wrap);
2125 IfBuilder if_invalid(this);
2175 IfBuilder if_onebyte(this);
2289 IfBuilder if_createcons(this);
2311 IfBuilder if_sameencodingandsequential(this);
2332 IfBuilder if_onebyte(this);
2362 IfBuilder if_size(this);
2379 IfBuilder if_twobyte(this);
2447 IfBuilder if_leftempty(this);
2461 IfBuilder if_rightempty(this);
2540 IfBuilder length_checker(this);
2543 IfBuilder negative_checker(this);
2956 IfBuilder if_hole(this);
3048 IfBuilder if_break(this);
3102 IfBuilder if_was_neutered(this);
4860 IfBuilder if_undefined_or_null(this);
4908 IfBuilder if_fast(this);
4973 // We cannot use the IfBuilder here, since we need to be able to jump
4975 // and the poor soul that is the IfBuilder get's really confused about
6459 IfBuilder builder(this);
7646 IfBuilder is_not_function(this);
8651 IfBuilder length_checker(this);
8777 IfBuilder if_lengthiszero(this);
8789 IfBuilder if_inline(this);
9273 IfBuilder if_issame(this);
9286 IfBuilder if_isstring(this);
9295 IfBuilder if_issame(this);
9311 IfBuilder if_isnumber(this);
9326 IfBuilder if_element_isnumber(this);
9335 IfBuilder if_issame(this);
9357 IfBuilder if_issame(this);
10070 IfBuilder byte_offset_smi(this);
10901 IfBuilder if_same(this);
12058 IfBuilder if_proxy(this);
12079 IfBuilder if_not_smi(this);
12085 IfBuilder if_fast_packed(this);