OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStubCallDescriptor
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/v8/src/compiler/arm/
linkage-arm.cc
51
CallDescriptor* Linkage::
GetStubCallDescriptor
(
54
return LH::
GetStubCallDescriptor
(zone, descriptor, stack_parameter_count,
/external/chromium_org/v8/src/compiler/arm64/
linkage-arm64.cc
51
CallDescriptor* Linkage::
GetStubCallDescriptor
(
54
return LH::
GetStubCallDescriptor
(zone, descriptor, stack_parameter_count,
/external/chromium_org/v8/src/compiler/ia32/
linkage-ia32.cc
46
CallDescriptor* Linkage::
GetStubCallDescriptor
(
49
return LH::
GetStubCallDescriptor
(zone, descriptor, stack_parameter_count,
/external/chromium_org/v8/src/compiler/
linkage.cc
56
incoming_ =
GetStubCallDescriptor
(descriptor);
103
CallDescriptor* Linkage::
GetStubCallDescriptor
(
106
return
GetStubCallDescriptor
(descriptor, stack_parameter_count, flags,
154
CallDescriptor* Linkage::
GetStubCallDescriptor
(
linkage.h
180
CallDescriptor*
GetStubCallDescriptor
(
183
static CallDescriptor*
GetStubCallDescriptor
(
js-generic-lowering.cc
147
CallDescriptor* desc_compare = linkage()->
GetStubCallDescriptor
(
188
CallDescriptor* desc = linkage()->
GetStubCallDescriptor
(
202
linkage()->
GetStubCallDescriptor
(callable.descriptor(), nargs);
324
CallDescriptor* desc = linkage()->
GetStubCallDescriptor
(d, 0);
372
linkage()->
GetStubCallDescriptor
(d, arity, FlagsForNode(node));
388
linkage()->
GetStubCallDescriptor
(d, p.arity - 1, FlagsForNode(node));
linkage-impl.h
131
static CallDescriptor*
GetStubCallDescriptor
(
raw-machine-assembler.cc
88
CallDescriptor* desc = Linkage::
GetStubCallDescriptor
(
simplified-lowering.cc
[
all
...]
/external/chromium_org/v8/src/compiler/x64/
linkage-x64.cc
65
CallDescriptor* Linkage::
GetStubCallDescriptor
(
68
return LH::
GetStubCallDescriptor
(zone, descriptor, stack_parameter_count,
Completed in 204 milliseconds