HomeSort by relevance Sort by last modified time
    Searched defs:GetScriptName (Results 1 - 4 of 4) sorted by null

  /external/v8/src/snapshot/
natives-external.cc 44 Vector<const char> GetScriptName(int index) { return native_names_[index]; }
217 Vector<const char> NativesCollection<type>::GetScriptName(int index) {
218 return NativesHolder<type>::get()->GetScriptName(index);
233 template Vector<const char> NativesCollection<T>::GetScriptName(int i); \
  /external/libmojo/base/android/jni_generator/
jni_generator.py     [all...]
  /external/v8/src/
perf-jit.cc 251 std::unique_ptr<char[]> GetScriptName(Handle<Script> script) {
310 std::unique_ptr<char[]> name_string = GetScriptName(script);
336 std::unique_ptr<char[]> name_string = GetScriptName(script);
api.cc     [all...]

Completed in 392 milliseconds