Home
last modified time | relevance | path

Searched defs:BranchIf (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/interpreter/
Dinterpreter.cc1457 __ BranchIf(fast_clone_properties_count, &if_fast_clone, &if_not_fast_clone); in DoCreateObjectLiteral() local
1529 __ BranchIf(compare, &if_duplicate_parameters, &if_not_duplicate_parameters); in DoCreateMappedArguments() local
1585 __ BranchIf(interrupt, &stack_check_interrupt, &ok); in DoStackCheck() local
1695 __ BranchIf(condition, &if_fast, &if_slow); in DoForInNext() local
/external/v8/src/compiler/
Dcode-assembler.cc302 void CodeAssembler::BranchIf(Node* condition, Label* if_true, Label* if_false) { in BranchIf() function in v8::internal::compiler::CodeAssembler