Home
last modified time | relevance | path

Searched refs:ref_node (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Doc/tools/extensions/
H A Dc_annotations.py132 ref_node = addnodes.pending_xref(
137 ref_node += nodes.Text('Limited API')
139 ref_node += nodes.Text('Stable ABI')
140 emph_node += ref_node
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-peephole.cc320 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/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc3094 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()

Completed in 16 milliseconds