HomeSort by relevance Sort by last modified time
    Searched refs:callee (Results 201 - 225 of 229) sorted by null

1 2 3 4 5 6 7 8910

  /external/kotlinc/lib/
kotlinx-serialization-compiler-plugin.jar 
kotlin-compiler.jar 
  /external/libunwind/doc/
libunwind.tex 106 \emph{callee-saved} (``preserved'') registers. However, in some
  /external/clang/unittests/ASTMatchers/
ASTMatchersNodeTest.cpp 440 StatementMatcher CallFunctionF = callExpr(callee(functionDecl(hasName("f"))));
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 806 fprintf(fp, "call %s ", instr->callee->name);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 754 = TII->getNamedOperand(MI, AMDGPU::OpName::callee);
755 const Function *Callee = cast<Function>(CalleeOp->getGlobal());
756 if (Callee->isDeclaration()) {
772 // We force CodeGen to run in SCC order, so the callee's register
774 auto I = CallGraphResourceInfo.find(Callee);
776 "callee should have been handled before caller");
788 if (!Callee->doesNotRecurse())
    [all...]
  /external/v8/src/heap/
factory.cc 3723 Object::SetProperty(isolate(), result, callee_string(), callee, local
    [all...]
factory.h 566 Handle<JSObject> NewArgumentsObject(Handle<JSFunction> callee, int length);
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 3130 const Expr *callee = call->getCallee(); local
    [all...]
  /external/deqp-deps/glslang/hlsl/
hlslParseHelper.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 6834 llvm::Value *callee = CGF.Builder.CreateLoad(calleeAddr, "msgSend_fn"); local
    [all...]
CGClass.cpp 2904 llvm::Value *callee = local
    [all...]
CGObjC.cpp     [all...]
  /external/v8/src/
bootstrapper.cc 3652 Handle<AccessorPair> callee = factory->NewAccessorPair(); local
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp     [all...]
  /art/runtime/jni/
jni_internal_test.cc 2524 auto callee = [](void* env_ptr) -> void* { local
    [all...]
  /external/python/pyasn1/pyasn1/type/
univ.py     [all...]
  /external/libvpx/libvpx/vp8/common/x86/
loopfilter_sse2.asm     [all...]
  /external/mesa3d/src/compiler/glsl/
linker.cpp 122 foreach_two_lists(formal_node, &ir->callee->parameters,
    [all...]
  /external/bcc/src/lua/bpf/
bpf.lua 155 -- Attempt to select a free register from R7-R9 (callee saved)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 126 callee-save. *)
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 110 callee-save. *)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli 132 callee-save. *)
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]

Completed in 4723 milliseconds

1 2 3 4 5 6 7 8910