Searched defs:Bl (Results 1 – 10 of 10) sorted by relevance
58 __ Bl(&target); in benchmark() local
65 __ Bl(&target_3); in benchmark() local
45 __ Bl(&entry); // Recursive call factorial_rec(n - 1). in GenerateFactorialRec() local
1562 __ Bl(to); in CallIf() local
385 void MacroAssembler::Bl(Label* label) { in Bl() function
786 __ Bl(&needs_frame); in GenerateJumpTable() local790 __ Bl(&call_deopt_entry); in GenerateJumpTable() local
1012 void Bl(Label* label) { in Bl() function
5311 __ Bl(&func1); in TEST() local
1708 __ Bl(&label_4); in TEST() local2142 __ Bl(&fn1); in TEST() local2156 __ Bl(&fn2); in TEST() local
1522 void Bl(Condition cond, Label* label) { in Bl() function1530 void Bl(Label* label) { Bl(al, label); } in Bl() function