Searched refs:function_overloads (Results 1 – 4 of 4) sorted by relevance
191 ZoneVector<Address> GetCFunctions(FixedArray function_overloads, Zone* zone) { in GetCFunctions() argument192 const int len = function_overloads.length() / in GetCFunctions()196 c_functions[i] = v8::ToCData<Address>(function_overloads.get( in GetCFunctions()202 ZoneVector<const CFunctionInfo*> GetCSignatures(FixedArray function_overloads, in GetCSignatures() argument204 const int len = function_overloads.length() / in GetCSignatures()209 c_signatures[i] = v8::ToCData<const CFunctionInfo*>(function_overloads.get( in GetCSignatures()
534 std::unordered_map<std::string, std::unordered_set<uint64_t>> function_overloads; member in SPIRV_CROSS_NAMESPACE::CompilerGLSL
13681 auto itr = function_overloads.find(function_name); in add_function_overload()13682 if (itr != end(function_overloads)) in add_function_overload()13690 function_overloads[to_name(func.self)].insert(types_hash); in add_function_overload()13702 function_overloads[to_name(func.self)].insert(types_hash); in add_function_overload()15560 function_overloads.clear(); in reset_name_caches()
1429 i::Handle<i::FixedArray> function_overloads = in SetCallHandler() local1438 function_overloads->set( in SetCallHandler()1442 function_overloads->set( in SetCallHandler()1447 function_overloads); in SetCallHandler()