/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 128 * @return <code>null</code> if the callee fails to create one.
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.def | 116 FN is the callee. It must be accepted by is_gimple_call_addr.
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.def | 116 FN is the callee. It must be accepted by is_gimple_call_addr.
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
gimple.def | 116 FN is the callee. It must be accepted by is_gimple_call_addr.
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
gimple.def | 116 FN is the callee. It must be accepted by is_gimple_call_addr.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
/art/compiler/utils/mips/ |
assembler_mips.cc | 559 // Push callee saves and return address 582 // Pop callee saves and return address [all...] |
/dalvik/vm/ |
Profile.cpp | 1005 * JIT'ed code for methods. The about-to-return callee method can be 1021 * JIT'ed code for JNI methods. The about-to-return JNI callee method is passed [all...] |
/dalvik/vm/mterp/mips/ |
footer.S | 243 * Check if translation exists for the callee, but don't chain to it. 269 * Check if translation exists for the callee, but don't chain to it. [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 47 replacement = arguments.callee.prepareReplacement(replacement); 717 return arguments.callee.call(this, element.parentNode); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/ |
jsunittest.js | 47 replacement = arguments.callee.prepareReplacement(replacement); 717 return arguments.callee.call(this, element.parentNode); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
call.cc | 225 // Callee didn't answer - terminate call [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
CallEvent.cpp | 531 const Expr *Callee = getOriginExpr()->getCallee(); 532 const MemRegion *DataReg = getSVal(Callee).getAsRegion(); [all...] |
/external/libffi/src/powerpc/ |
ffi_darwin.c | 74 | Space for callee's LR 4 | | 293 /* Space for the frame pointer, callee's LR, CR, etc, and for
|
/external/llvm/include/llvm/CodeGen/ |
MachineRegisterInfo.h | 84 /// so that the code generator knows which callee save registers to save and 380 /// PrologEpilogInserter to determine which callee-saved registers need
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.cpp | 202 // call, then we can't make the assumption that it's the callee and 205 // FIXME: Determine if there's a way to say that `F' is the callee or
|
/external/llvm/lib/Target/X86/ |
X86ISelDAGToDAG.cpp | 400 static bool isCalleeLoad(SDValue Callee, SDValue &Chain, bool HasCallSeq) { 405 if (Callee.getNode() == Chain.getNode() || !Callee.hasOneUse()) 407 LoadSDNode *LD = dyn_cast<LoadSDNode>(Callee.getNode()); 424 // writes to memory. It's not safe to move the callee (a load) across a store. 428 if (Chain.getOperand(0).getNode() == Callee.getNode()) 431 Callee.getValue(1).isOperandOf(Chain.getOperand(0).getNode()) && 432 Callee.getValue(1).hasOneUse()) [all...] |
/external/v8/src/ |
factory.cc | [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 180 __ push(rsi); // Callee's context. 181 __ push(rdi); // Callee's JS Function. 2160 Expression* callee = expr->expression(); local [all...] |
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitcodeReader.cpp | [all...] |
/external/chromium_org/v8/src/ |
bootstrapper.cc | 1186 Handle<AccessorPair> callee = factory->NewAccessorPair(); local [all...] |
/external/chromium_org/v8/src/x64/ |
macro-assembler-x64.cc | 699 // Allocate HandleScope in callee-save registers. 898 // R12 to r15 are callee save on all platforms. [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |