OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GenerateAheadOfTime
(Results
1 - 19
of
19
) sorted by null
/external/v8/src/ic/
ic-state.h
35
static void
GenerateAheadOfTime
(Isolate*,
86
static void
GenerateAheadOfTime
(Isolate*,
ic-state.cc
66
void BinaryOpICState::
GenerateAheadOfTime
(
/external/v8/src/arm64/
code-stubs-arm64.h
45
static void
GenerateAheadOfTime
(Isolate* isolate);
58
static void
GenerateAheadOfTime
(Isolate* isolate);
code-stubs-arm64.cc
813
CEntryStub::
GenerateAheadOfTime
(isolate);
815
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
817
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
818
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
819
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
820
StoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
821
RestoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
822
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
823
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
827
void StoreRegistersStateStub::
GenerateAheadOfTime
(Isolate* isolate)
[
all
...]
/external/v8/src/mips/
code-stubs-mips.h
57
static void
GenerateAheadOfTime
(Isolate* isolate);
70
static void
GenerateAheadOfTime
(Isolate* isolate);
code-stubs-mips.cc
888
CEntryStub::
GenerateAheadOfTime
(isolate);
890
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
892
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
893
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
894
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
895
StoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
896
RestoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
897
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
898
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
902
void StoreRegistersStateStub::
GenerateAheadOfTime
(Isolate* isolate)
[
all
...]
/external/v8/src/mips64/
code-stubs-mips64.h
58
static void
GenerateAheadOfTime
(Isolate* isolate);
71
static void
GenerateAheadOfTime
(Isolate* isolate);
code-stubs-mips64.cc
885
CEntryStub::
GenerateAheadOfTime
(isolate);
887
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
889
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
890
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
891
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
892
StoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
893
RestoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
894
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
895
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
899
void StoreRegistersStateStub::
GenerateAheadOfTime
(Isolate* isolate)
[
all
...]
/external/v8/src/ppc/
code-stubs-ppc.h
57
static void
GenerateAheadOfTime
(Isolate* isolate);
70
static void
GenerateAheadOfTime
(Isolate* isolate);
code-stubs-ppc.cc
851
CEntryStub::
GenerateAheadOfTime
(isolate);
853
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
855
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
856
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
857
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
858
StoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
859
RestoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
860
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
861
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
865
void StoreRegistersStateStub::
GenerateAheadOfTime
(Isolate* isolate)
[
all
...]
/external/v8/src/s390/
code-stubs-s390.h
54
static void
GenerateAheadOfTime
(Isolate* isolate);
66
static void
GenerateAheadOfTime
(Isolate* isolate);
code-stubs-s390.cc
823
CEntryStub::
GenerateAheadOfTime
(isolate);
825
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
827
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
828
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
829
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
830
StoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
831
RestoreRegistersStateStub::
GenerateAheadOfTime
(isolate);
832
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
833
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
836
void StoreRegistersStateStub::
GenerateAheadOfTime
(Isolate* isolate)
[
all
...]
/external/v8/src/
code-stubs.h
588
SubClass::
GenerateAheadOfTime
(isolate);
[
all
...]
code-stubs.cc
272
void BinaryOpICStub::
GenerateAheadOfTime
(Isolate* isolate) {
281
BinaryOpICState::
GenerateAheadOfTime
(isolate, &
GenerateAheadOfTime
);
291
void BinaryOpICStub::
GenerateAheadOfTime
(Isolate* isolate,
300
void BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(Isolate* isolate) {
302
BinaryOpICState::
GenerateAheadOfTime
(isolate, &
GenerateAheadOfTime
);
313
void BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(
[
all
...]
isolate.cc
[
all
...]
/external/v8/src/arm/
code-stubs-arm.cc
791
CEntryStub::
GenerateAheadOfTime
(isolate);
793
StubFailureTrampolineStub::
GenerateAheadOfTime
(isolate);
795
CreateAllocationSiteStub::
GenerateAheadOfTime
(isolate);
796
CreateWeakCellStub::
GenerateAheadOfTime
(isolate);
797
BinaryOpICStub::
GenerateAheadOfTime
(isolate);
798
BinaryOpICWithAllocationSiteStub::
GenerateAheadOfTime
(isolate);
799
StoreFastElementStub::
GenerateAheadOfTime
(isolate);
812
void CEntryStub::
GenerateAheadOfTime
(Isolate* isolate) {
[
all
...]
/external/v8/src/x64/
code-stubs-x64.cc
[
all
...]
/external/v8/src/x87/
code-stubs-x87.cc
[
all
...]
/external/v8/src/ia32/
code-stubs-ia32.cc
[
all
...]
Completed in 605 milliseconds