HomeSort by relevance Sort by last modified time
    Searched refs:LookupAsciiSymbol (Results 1 - 18 of 18) sorted by null

  /external/v8/test/cctest/
test-heap.cc 209 String* func_name = String::cast(Heap::LookupAsciiSymbol("theFunction"));
222 String* prop_name = String::cast(Heap::LookupAsciiSymbol("theSlot"));
223 String* prop_namex = String::cast(Heap::LookupAsciiSymbol("theSlotx"));
234 func_name = String::cast(Heap::LookupAsciiSymbol("theFunction"));
244 String* obj_name = String::cast(Heap::LookupAsciiSymbol("theObject"));
247 prop_name = String::cast(Heap::LookupAsciiSymbol("theSlot"));
253 obj_name = String::cast(Heap::LookupAsciiSymbol("theObject"));
257 prop_name = String::cast(Heap::LookupAsciiSymbol("theSlot"));
488 Object* a = Heap::LookupAsciiSymbol(string);
489 // LookupAsciiSymbol may return a failure if a GC is needed
    [all...]
test-mark-compact.cc 172 String* func_name = String::cast(Heap::LookupAsciiSymbol("theFunction"));
187 func_name = String::cast(Heap::LookupAsciiSymbol("theFunction"));
194 String* obj_name = String::cast(Heap::LookupAsciiSymbol("theObject"));
196 String* prop_name = String::cast(Heap::LookupAsciiSymbol("theSlot"));
201 obj_name = String::cast(Heap::LookupAsciiSymbol("theObject"));
205 prop_name = String::cast(Heap::LookupAsciiSymbol("theSlot"));
test-compiler.cc 102 Handle<String> symbol = Factory::LookupAsciiSymbol(name);
109 Handle<String> symbol = Factory::LookupAsciiSymbol(name);
302 *Factory::LookupAsciiSymbol("foo")));
306 Handle<Object>::cast(Factory::LookupAsciiSymbol("hello")).location()
test-serialize.cc 288 CHECK(!Factory::LookupAsciiSymbol("Empty")->IsFailure());
test-debug.cc 150 v8::internal::Factory::LookupAsciiSymbol("debug");
    [all...]
  /external/v8/src/
messages.cc 71 Handle<Object> type_str = Factory::LookupAsciiSymbol(type);
147 Handle<String> fmt_str = Factory::LookupAsciiSymbol("FormatMessage");
158 return Factory::LookupAsciiSymbol("<error>");
bootstrapper.cc 336 Handle<String> symbol = Factory::LookupAsciiSymbol(name);
448 Handle<String> symbol = Factory::LookupAsciiSymbol("Empty");
572 Handle<String> global_name = Factory::LookupAsciiSymbol("global");
611 Factory::LookupAsciiSymbol("global"),
753 Handle<String> symbol = Factory::LookupAsciiSymbol("Arguments");
810 Handle<String> name = Factory::LookupAsciiSymbol("context_extension");
    [all...]
factory.cc 418 Handle<String> make_str = Factory::LookupAsciiSymbol(maker);
425 Handle<Object> type_obj = Factory::LookupAsciiSymbol(type);
448 Handle<String> constr = Factory::LookupAsciiSymbol(constructor);
    [all...]
factory.h 58 static Handle<String> LookupAsciiSymbol(const char* str) {
debug.cc 754 Handle<String> key = Factory::LookupAsciiSymbol("builtins");
936 *Factory::LookupAsciiSymbol("IsBreakPointTriggered"))));
    [all...]
handles.cc 284 Handle<String> str = Factory::LookupAsciiSymbol(name);
heap.h 607 static Object* LookupAsciiSymbol(const char* str) {
    [all...]
heap.cc     [all...]
api.cc     [all...]
runtime.cc     [all...]
objects.cc     [all...]
  /external/v8/src/x64/
codegen-x64.cc 688 Handle<String> name = Factory::LookupAsciiSymbol("apply");
    [all...]
  /external/v8/src/ia32/
codegen-ia32.cc     [all...]

Completed in 239 milliseconds