OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stub
(Results
226 - 250
of
403
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/qemu/
ppc.ld
61
*(.text .
stub
.text.* .gnu.linkonce.t.*)
/external/v8/src/x64/
macro-assembler-x64.cc
258
// If we are already generating a shared
stub
, not inlining the
263
RecordWriteStub
stub
(object, dst, scratch);
264
CallStub(&
stub
);
322
// Disable
stub
call restrictions to always allow calls to abort.
338
void MacroAssembler::CallStub(CodeStub*
stub
) {
340
Call(
stub
->GetCode(), RelocInfo::CODE_TARGET);
344
void MacroAssembler::TailCallStub(CodeStub*
stub
) {
346
Jump(
stub
->GetCode(), RelocInfo::CODE_TARGET);
394
CEntryStub
stub
(1);
395
CallStub(&
stub
);
[
all
...]
macro-assembler-x64.h
638
// Call a code
stub
.
639
void CallStub(CodeStub*
stub
);
641
// Tail call a code
stub
(jump).
642
void TailCallStub(CodeStub*
stub
);
644
// Return from a code
stub
after popping its arguments.
[
all
...]
/external/webkit/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp
558
ProfilerAgentDelegateStub
stub
(&transport);
559
ProfilerAgentImpl agent(&
stub
);
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.x
51
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xbn
51
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xc
56
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xn
51
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xs
50
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xw
56
*(.text .
stub
.text.* .gnu.linkonce.t.*)
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/arm-eabi/lib/ldscripts/
armelf.x
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xbn
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xc
58
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xn
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xs
52
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xsc
57
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xsw
57
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xw
58
*(.text .
stub
.text.* .gnu.linkonce.t.*)
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/arm-eabi/lib/ldscripts/
armelf.x
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xbn
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xc
58
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xn
53
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xs
52
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xsc
57
*(.text .
stub
.text.* .gnu.linkonce.t.*)
armelf.xsw
57
*(.text .
stub
.text.* .gnu.linkonce.t.*)
Completed in 364 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>