Searched refs:callSite (Results 1 – 7 of 7) sorted by relevance
44 let callSite; variable50 callSite = throwingRequireCallSite;60 assert(callSite);69 callSite.getLineNumber() - 1,70 callSite.getColumnNumber() - 1
10 function test(main, callSite, expected) { argument15 filename: ${JSON.stringify(callSite)}
454 const callSite = getCallSite(mustNotCall);459 `${msg || 'function should not have been called'} at ${callSite}` +
428 unsigned int callSite; // Call index (per label) member
116 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in program()303 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in program()304 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in program()
126 ASSERT(callRetBlock[dst.label].size() == dst.callSite); in applyShader()343 case Shader::OPCODE_CALL: CALL(dst.label, dst.callSite); break; in applyShader()344 case Shader::OPCODE_CALLNZ: CALLNZ(dst.label, dst.callSite, src0); break; in applyShader()
1890 inst->dst.callSite = callSiteIndices[inst->dst.label]++; in analyzeCallSites()