Searched refs:callSite (Results 1 – 7 of 7) sorted by relevance
/third_party/node/test/parallel/ |
D | test-source-map-api.js | 65 let callSite; variable 71 callSite = throwingRequireCallSite; 81 assert(callSite); 90 callSite.getLineNumber() - 1, 91 callSite.getColumnNumber() - 1 106 callSite.getLineNumber(), 107 callSite.getColumnNumber()
|
D | test-buffer-constructor-node-modules-paths.js | 10 function test(main, callSite, expected) { argument 15 filename: ${JSON.stringify(callSite)}
|
/third_party/node/test/common/ |
D | index.js | 528 const callSite = getCallSite(mustNotCall); 533 `${msg || 'function should not have been called'} at ${callSite}` +
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
D | Shader.hpp | 428 unsigned int callSite; // Call index (per label) member
|
D | VertexProgram.cpp | 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()
|
D | PixelProgram.cpp | 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()
|
D | Shader.cpp | 1890 inst->dst.callSite = callSiteIndices[inst->dst.label]++; in analyzeCallSites()
|