Home
last modified time | relevance | path

Searched refs:arg_pos (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc700 int arg_pos = start_pc + arg_map.offset; in EmitOptimization() local
703 auto jump_edge_iter = jump_edges_.find(arg_pos); in EmitOptimization()
937 int arg_pos = start_pc + arg.offset; in EmitArgument() local
941 EmitValue(GetValue<byte>(bytecode, arg_pos)); in EmitArgument()
945 EmitValue(GetValue<uint16_t>(bytecode, arg_pos)); in EmitArgument()
956 int32_t val = GetValue<int32_t>(bytecode, arg_pos - 1) >> kBitsPerByte; in EmitArgument()
987 EmitValue(GetValue<uint32_t>(bytecode, arg_pos)); in EmitArgument()
991 EmitValue(GetValue<uint64_t>(bytecode, arg_pos)); in EmitArgument()
994 CopyRangeToOutput(bytecode, arg_pos, in EmitArgument()
/third_party/ltp/scripts/
H A Dcheckpatch.pl7342 my $arg_pos = $entry->[1];
7349 if ($arg_pos > 1) {
7350 $arg_pos--;
7351 $skip_args = "(?:\\s*$FuncArg\\s*,\\s*){$arg_pos,$arg_pos}";

Completed in 9 milliseconds