HomeSort by relevance Sort by last modified time
    Searched refs:New (Results 101 - 125 of 758) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/tools/bugpoint/
ExtractFunction.cpp 125 Module *New = runPassesOn(Clone, Passes);
127 if (!New) {
131 return New;
151 Module *New = runPassesOn(M, CleanupPasses);
152 if (New == 0) {
157 return New;
161 /// ExtractLoop - Given a module, extract up to one loop from it into a new
176 // Check to see if we created any new functions. If not, no loops were
267 new GlobalVariable(*M1, M1Init->getType(), false,
279 new GlobalVariable(*M2, M2Init->getType(), false
    [all...]
  /external/skia/src/core/
SkMessageBus.h 41 static void New(SkMessageBus**);
91 /*static*/ void SkMessageBus<Message>::New(SkMessageBus<Message>** bus) {
92 *bus = new SkMessageBus<Message>();
100 SkOnce(&once, &New, &bus);
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 216 Vector<char> name = Vector<char>::New(file_name_length + 1);
220 fprintf(fp, "new %d\n", new_space_used);
257 v8::Context::New(isolate);
318 v8::Local<v8::Context> env = v8::Context::New(isolate);
332 v8::Local<v8::Context> env = v8::Context::New(isolate);
346 v8::Local<v8::Context> env = v8::Context::New(isolate);
364 v8::Local<v8::Context> env = v8::Context::New(isolate);
386 env.Reset(v8_isolate, v8::Context::New(v8_isolate));
391 v8::Local<v8::Context>::New(v8_isolate, env)->Enter();
411 Vector<char> startup_name = Vector<char>::New(file_name_length + 1)
    [all...]
test-object-observe.cc 36 // Need to create a new isolate when FLAG_harmony_observation is on.
41 isolate_ = Isolate::New();
278 // Attaching by passing to Context::New
280 // Delegates to Context::New
343 obj->Set(String::NewFromUtf8(isolate.GetIsolate(), "foo"), Number::New(7));
344 obj->Set(1, Number::New(2));
347 Number::New(3));
348 obj->ForceSet(Number::New(1), Number::New(4));
350 obj->Set(Number::New(1), Number::New(5))
    [all...]
test-global-object.cc 42 v8::Handle<v8::Object> proto = v8::Object::New();
  /external/chromium_org/chrome/renderer/extensions/
unsafe_persistent.h 41 return v8::Local<T>::New(isolate, v8::Local<T>(value_));
  /external/chromium_org/content/test/plugin/
plugin_request_read_test.h 26 virtual NPError New(uint16 mode, int16 argc, const char* argn[],
  /external/chromium_org/gin/
dictionary.cc 24 dictionary.object_ = v8::Object::New(isolate);
object_template_builder.cc 10 : isolate_(isolate), template_(v8::ObjectTemplate::New(isolate)) {
  /external/chromium_org/net/quic/crypto/
p256_key_exchange.h 33 // New creates a new key exchange object from a private key. If
35 static P256KeyExchange* New(base::StringPiece private_key);
37 // |NewPrivateKey| returns a private key, suitable for passing to |New|.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
module_ppapi.cc 73 Plugin* plugin = Plugin::New(pp_instance);
86 return new plugin::ModulePpapi();
srpc_client.h 34 static SrpcClient* New(nacl::DescWrapper* wrapper);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_agp_offset.spec 49 New Procedures and Functions
53 New Tokens
63 Add a new section, 3.6 as follows:
87 New State
MESA_window_pos.spec 47 New Procedures and Functions
74 New Tokens
114 New State
118 New Implementation Dependent State
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
dynamic_message_unittest.cc 125 scoped_ptr<Message> message(prototype_->New());
134 scoped_ptr<Message> message(extensions_prototype_->New());
143 scoped_ptr<Message> message(packed_prototype_->New());
156 scoped_ptr<Message> message(prototype_->New());
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
page_heap_test.cc 23 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap();
29 tcmalloc::Span* s1 = ph->New(256);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
page_heap_test.cc 23 tcmalloc::PageHeap* ph = new tcmalloc::PageHeap();
29 tcmalloc::Span* s1 = ph->New(256);
  /external/chromium_org/tools/perf/profile_creators/
small_profile_creator.py 23 # are each opened in a new tab.
28 # The last _NUM_TABS pages open a new tab.
32 return browser.tabs.New()
  /external/chromium_org/v8/src/extensions/
free-buffer-extension.cc 39 return v8::FunctionTemplate::New(FreeBufferExtension::FreeBuffer);
gc-extension.cc 38 return v8::FunctionTemplate::New(GCExtension::GC);
  /external/llvm/include/llvm/Target/
TargetJITInfo.h 38 /// whose machine code is at OLD turns into a call to NEW, perhaps by
39 /// overwriting OLD with a branch to NEW. This is used for self-modifying
42 virtual void replaceMachineCodeForFunction(void *Old, void *New) = 0;
  /external/llvm/lib/Target/X86/
X86JITInfo.h 34 /// whose machine code is at OLD turns into a call to NEW, perhaps by
35 /// overwriting OLD with a branch to NEW. This is used for self-modifying
38 virtual void replaceMachineCodeForFunction(void *Old, void *New);
  /external/mesa3d/docs/
MESA_agp_offset.spec 49 New Procedures and Functions
53 New Tokens
63 Add a new section, 3.6 as follows:
87 New State
MESA_window_pos.spec 47 New Procedures and Functions
74 New Tokens
114 New State
118 New Implementation Dependent State
  /external/v8/test/cctest/
test-serialize.cc 217 Vector<char> name = Vector<char>::New(file_name_length + 1);
221 fprintf(fp, "new %d\n", new_space_used);
245 v8::Persistent<v8::Context> env = v8::Context::New();
296 v8::Persistent<v8::Context> env = v8::Context::New();
309 v8::Persistent<v8::Context> env = v8::Context::New();
322 v8::Persistent<v8::Context> env = v8::Context::New();
326 v8::Local<v8::String> source = v8::String::New(c_source);
339 v8::Persistent<v8::Context> env = v8::Context::New();
343 v8::Local<v8::String> source = v8::String::New(c_source);
354 v8::Persistent<v8::Context> env = v8::Context::New();
    [all...]

Completed in 395 milliseconds

1 2 3 45 6 7 8 91011>>