Searched defs:index_out (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/snapshot/
H A Dstartup-serializer.h39 bool LookupOrInsert(HeapObject* obj, int* index_out) { argument
42 *index_out = maybe_index.FromJust();
45 *index_out = next_index_;
/external/mesa3d/src/compiler/spirv/
H A Dvtn_variables.c337 nir_ssa_def **index_out, struct vtn_type **type_out,
342 *index_out = get_vulkan_resource_index(b, chain, &type, &idx);
335 vtn_access_chain_to_offset(struct vtn_builder *b, struct vtn_access_chain *chain, nir_ssa_def **index_out, struct vtn_type **type_out, unsigned *end_idx_out, bool stop_at_matrix) argument
/external/v8/src/regexp/
H A Dregexp-parser.cc678 bool RegExpParser::ParseBackReferenceIndex(int* index_out) { argument
710 *index_out = value;

Completed in 126 milliseconds