OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NativesCollection
(Results
1 - 5
of
5
) sorted by null
/external/v8/src/snapshot/
natives-common.cc
15
FixedArray*
NativesCollection
<CORE>::GetSourceCache(Heap* heap) {
21
FixedArray*
NativesCollection
<EXPERIMENTAL>::GetSourceCache(Heap* heap) {
27
FixedArray*
NativesCollection
<EXTRAS>::GetSourceCache(Heap* heap) {
33
FixedArray*
NativesCollection
<EXPERIMENTAL_EXTRAS>::GetSourceCache(Heap* heap) {
39
void
NativesCollection
<type>::UpdateSourceCache(Heap* heap) {
50
template void
NativesCollection
<CORE>::UpdateSourceCache(Heap* heap);
51
template void
NativesCollection
<EXPERIMENTAL>::UpdateSourceCache(Heap* heap);
52
template void
NativesCollection
<EXTRAS>::UpdateSourceCache(Heap* heap);
53
template void
NativesCollection
<EXPERIMENTAL_EXTRAS>::UpdateSourceCache(
natives.h
26
class
NativesCollection
{
50
typedef
NativesCollection
<CORE> Natives;
51
typedef
NativesCollection
<EXPERIMENTAL> ExperimentalNatives;
52
typedef
NativesCollection
<EXTRAS> ExtraNatives;
53
typedef
NativesCollection
<EXPERIMENTAL_EXTRAS> ExperimentalExtraNatives;
natives-external.cc
190
// Implement
NativesCollection
<T> bsaed on NativesHolder + NativesStore.
197
int
NativesCollection
<type>::GetBuiltinsCount() {
202
int
NativesCollection
<type>::GetDebuggerCount() {
207
int
NativesCollection
<type>::GetIndex(const char* name) {
212
Vector<const char>
NativesCollection
<type>::GetScriptSource(int index) {
217
Vector<const char>
NativesCollection
<type>::GetScriptName(int index) {
222
Vector<const char>
NativesCollection
<type>::GetScriptsSource() {
229
template int
NativesCollection
<T>::GetBuiltinsCount(); \
230
template int
NativesCollection
<T>::GetDebuggerCount(); \
231
template int
NativesCollection
<T>::GetIndex(const char* name);
[
all
...]
/external/v8/test/cctest/
test-log.cc
445
typedef i::
NativesCollection
<i::TEST> TestSources;
/external/v8/src/
d8.cc
[
all
...]
Completed in 97 milliseconds