Home
last modified time | relevance | path

Searched refs:ccall (Results 1 – 3 of 3) sorted by relevance

/external/javassist/src/main/javassist/expr/
DExprEditor.java217 … ConstructorCall ccall = new ConstructorCall(pos, iterator, clazz, minfo); in loopBody() local
218 expr = ccall; in loopBody()
219 edit(ccall); in loopBody()
/external/llvm/test/CodeGen/X86/
Dtailcall-msvc-conventions.ll97 ; Tail calling from ccall to thiscall works.
115 ; Tail call from thiscall to ccall works if no arguments need popping.
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js499 function ccall(ident, returnType, argTypes, args) { function
502 Module["ccall"] = ccall;