v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::RegExpBytecodePeepholeOptimization Class Reference

#include <regexp-bytecode-peephole.h>

Inheritance diagram for v8::internal::RegExpBytecodePeepholeOptimization:
Collaboration diagram for v8::internal::RegExpBytecodePeepholeOptimization:

Static Public Member Functions

static DirectHandle< TrustedByteArrayOptimizeBytecode (Isolate *isolate, Zone *zone, DirectHandle< String > source, const uint8_t *bytecode, int length, const ZoneUnorderedMap< int, int > &jump_edges)
 

Detailed Description

Definition at line 19 of file regexp-bytecode-peephole.h.

Member Function Documentation

◆ OptimizeBytecode()

DirectHandle< TrustedByteArray > v8::internal::RegExpBytecodePeepholeOptimization::OptimizeBytecode ( Isolate * isolate,
Zone * zone,
DirectHandle< String > source,
const uint8_t * bytecode,
int length,
const ZoneUnorderedMap< int, int > & jump_edges )
static

Definition at line 1015 of file regexp-bytecode-peephole.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: