Searched refs:jump_edges_ (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-peephole.cc | 232 ZoneMap<int, int> jump_edges_; member in v8::internal::__anon14964::RegExpBytecodePeephole 478 jump_edges_(zone), in RegExpBytecodePeephole() 703 auto jump_edge_iter = jump_edges_.find(arg_pos); in EmitOptimization() 704 if (jump_edge_iter != jump_edges_.end()) { in EmitOptimization() 728 auto jump_edge_iter = jump_edges_.find(start_pc + ignored_arg->offset); in EmitOptimization() 729 if (jump_edge_iter != jump_edges_.end()) { in EmitOptimization() 766 for (auto jump_iter = jump_edges_.lower_bound(preserve_from); in EmitOptimization() 767 jump_iter != jump_edges_.end() && in EmitOptimization() 802 jump_edges_.erase(del); in EmitOptimization() 841 jump_edges_ in PrepareJumpStructures() [all...] |
H A D | regexp-bytecode-generator.cc | 22 jump_edges_(zone), in RegExpBytecodeGenerator() 43 jump_edges_.emplace(fixup, pc_); in Bind() 54 jump_edges_.emplace(pc_, pos); in EmitOrLink() 385 isolate_, zone(), source, buffer_.data(), length(), jump_edges_); in GetCode()
|
H A D | regexp-bytecode-generator.h | 130 ZoneUnorderedMap<int, int> jump_edges_; member in v8::internal::RegExpBytecodeGenerator
|
Completed in 6 milliseconds