OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:callee
(Results
476 - 500
of
1069
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/llvm/lib/Target/XCore/
XCoreISelLowering.h
120
SDValue LowerCCCCallTo(SDValue Chain, SDValue
Callee
,
/external/llvm/test/CodeGen/ARM/
2007-01-19-InfiniteLoop.ll
10
; Make sure to use base-updating stores for saving
callee
-saved registers.
inlineasm-64bit.ll
45
; check if
callee
-saved registers used by inline asm are saved/restored
/external/mesa3d/src/glsl/
opt_copy_propagation.cpp
188
exec_list_iterator sig_param_iter = ir->
callee
->parameters.iterator();
/external/oprofile/libpp/
format_output.h
206
/// class to output in a columned format caller/
callee
and associated samples
/external/v8/src/mips/
frames-mips.h
65
//
Callee
-saved registers preserved when switching from C to JavaScript.
/external/v8/test/mjsunit/
strict-mode.js
[
all
...]
/external/v8/tools/
ll_prof.py
122
def CalleeTick(self,
callee
):
125
self.callee_ticks[
callee
] += 1
819
for
callee
, ticks in code.callee_ticks.iteritems():
820
print "n%d -> n%d [label=\"%d\"];" % (code.id,
callee
.id, ticks)
/external/valgrind/main/VEX/switchback/
switchback.c
580
// leave hole @ 4(%r1) for a
callee
to save it's LR
584
// store registers to stack: just the
callee
-saved regs
679
// leave hole @ 4(%r1) for a
callee
to save it's LR
683
// store registers to stack: just the
callee
-saved regs
/external/valgrind/main/coregrind/m_syswrap/
syscall-amd64-linux.S
80
/* save
callee
-saved regs */
syscall-arm-linux.S
79
/* Stash
callee
-saves and our args on the stack */
syscall-x86-linux.S
81
/* save
callee
-saved regs */
/frameworks/av/include/camera/
ProCamera.h
64
* -- Ownership of request passes on to the
callee
, free with
/libcore/luni/src/main/java/java/security/cert/
Certificate.java
67
* exact same object as the
callee
(==).
/art/compiler/dex/quick/mips/
mips_lir.h
35
* s2-s7 are
callee
save (promotion target)
39
* s8 is
callee
save (promotion target)
67
* +========================+ {Note: start of
callee
's frame}
/art/runtime/
object_utils.h
427
return "<runtime internal
callee
-save all registers method>";
429
return "<runtime internal
callee
-save reference registers method>";
431
return "<runtime internal
callee
-save reference and argument registers method>";
/dalvik/vm/compiler/codegen/x86/
LowerGetPut.cpp
311
#define P_GPR_1 PhysicalReg_EBX //
callee
-saved valid after CanPutArray
313
#define P_GPR_3 PhysicalReg_ESI //
callee
-saved
404
#define P_GPR_2 PhysicalReg_EBX //should be
callee
-saved to avoid overwritten by inst_field_resolve
/external/chromium_org/third_party/tcmalloc/vendor/doc/
cpuprofile.html
195
caller to
callee
relations. Each node is formatted as follows:</p>
227
<p>An edge from one node to another indicates a caller to
callee
228
relationship. Each edge is labelled with the time spent by the
callee
/external/clang/lib/CodeGen/
CodeGenFunction.h
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp
515
// Check if this node entered a
callee
.
517
// Still use the index of the CallExpr. It's needed to create the
callee
559
// Use the
callee
location context.
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
392
if (Function *
Callee
= II->getCalledFunction())
393
if (
Callee
->isIntrinsic() &&
394
Callee
->getIntrinsicID() == Intrinsic::donothing) {
/external/llvm/lib/Transforms/Utils/
CloneFunction.cpp
305
// If the condition was a known constant in the
callee
...
324
if (Cond == 0) { // Or known constant after constant prop in the
callee
...
362
/// constant arguments cause a significant amount of code in the
callee
to be
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s
260
;// not significant and are used by the
callee
for row counter (y)
314
;//
callee
function. Each of the following 4 implement the 4 predict type
329
;// Outputs come in the named registers of the
callee
functions
/hardware/ril/include/telephony/
ril.h
[
all
...]
/external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp
154
std::string
Callee
;
157
CallExprAST(const std::string &
callee
, std::vector<ExprAST*> &args)
158
:
Callee
(
callee
), Args(args) {}
693
Function *CalleeF = TheModule->getFunction(
Callee
);
[
all
...]
Completed in 1098 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>