Searched refs:ref_node (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 320 BytecodeSequenceNode& ref_node = in MapArgument() local 322 DCHECK_LT(argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in MapArgument() 324 int absolute_offset = ref_node.start_offset_ + argument_offset; in MapArgument() 357 BytecodeSequenceNode& ref_node = in IfArgumentEqualsValueAtOffset() local 359 DCHECK_LT(other_argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in IfArgumentEqualsValueAtOffset() 362 int other_absolute_offset = ref_node.start_offset_ + other_argument_offset; in IfArgumentEqualsValueAtOffset() 377 BytecodeSequenceNode& ref_node = in IgnoreArgument() local 379 DCHECK_LT(argument_offset, RegExpBytecodeLength(ref_node.bytecode_)); in IgnoreArgument() 381 int absolute_offset = ref_node.start_offset_ + argument_offset; in IgnoreArgument()
|
/third_party/python/Doc/tools/extensions/ |
D | c_annotations.py | 113 ref_node = addnodes.pending_xref( 116 ref_node += nodes.Text('Stable ABI') 117 emph_node += ref_node
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.cc | 3094 Node* ref_node = gasm_->LoadFixedArrayElement( in BuildImportCall() local 3109 return BuildWasmCall(sig, args, rets, position, ref_node); in BuildImportCall() 3112 return BuildWasmReturnCall(sig, args, position, ref_node); in BuildImportCall() 3306 Node* ref_node = gasm_->LoadImmutableFromObject( in BuildCallRef() local 3339 ? BuildWasmCall(real_sig, args, rets, position, ref_node) in BuildCallRef() 3340 : BuildWasmReturnCall(real_sig, args, position, ref_node); in BuildCallRef()
|