HomeSort by relevance Sort by last modified time
    Searched refs:Put (Results 1 - 25 of 26) sorted by null

1 2

  /external/v8/src/
compilation-cache.cc 98 void Put(Handle<String> source, Handle<JSFunction> boilerplate);
118 void Put(Handle<String> source,
134 void Put(Handle<String> source,
274 if (generation != 0) Put(source, boilerplate);
284 void CompilationCacheScript::Put(Handle<String> source,
289 CALL_HEAP_FUNCTION_VOID(table->Put(*source, *boilerplate));
312 Put(source, context, boilerplate);
323 void CompilationCacheEval::Put(Handle<String> source,
352 Put(source, flags, data);
363 void CompilationCacheRegExp::Put(Handle<String> source
    [all...]
string-stream.cc 54 bool StringStream::Put(char c) {
105 Put(format[offset]);
135 Put(static_cast<char>(value[i]));
148 Put(value);
304 bool StringStream::Put(String* str) {
305 return Put(str, 0, str->length());
309 bool StringStream::Put(String* str, int start, int end) {
317 if (!Put(c)) {
329 Put(str);
358 Put(' ');
    [all...]
string-stream.h 125 bool Put(char c);
126 bool Put(String* str);
127 bool Put(String* str, int start, int end);
serialize.cc 451 Put(external_references->address(i), i);
478 void ExternalReferenceEncoder::Put(Address key, int index) {
493 Put(external_references->code(i), external_references->address(i));
863 Put((static_cast<int>((integer >> shift)) & 0x7f) | 0x80, "IntPart");
890 sink_->Put(SYNCHRONIZE, tag);
    [all...]
serialize.h 81 void Put(Address key, int index);
105 void Put(uint32_t key, Address value) {
307 virtual void Put(int byte, const char* description) = 0;
309 Put(byte, description);
mksnapshot.cc 167 virtual void Put(int byte, const char* description) {
190 virtual void Put(int byte, const char* description) {
debug.h 547 void Put(const CommandMessage& message);
573 void Put(const CommandMessage& message);
log.cc     [all...]
ast.cc 447 stream()->Put('%');
debug.cc     [all...]
objects.cc 803 accumulator->Put(buf.GetNext());
805 accumulator->Put('>');
821 accumulator->Put(c);
825 accumulator->Put('.');
826 accumulator->Put('.');
827 accumulator->Put('.');
829 accumulator->Put('>');
853 accumulator->Put(str);
854 accumulator->Put('>');
886 accumulator->Put(str)
    [all...]
heap-profiler.cc 201 stream->Put(',');
factory.cc 881 Object* result = MapCache::cast(context->map_cache())->Put(keys, map);
    [all...]
objects.h     [all...]
  /external/chromium/base/
wmi_util.cc 97 HRESULT hr = class_method->Put(parameter_name.c_str(), 0, parameter, 0);
  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 73 // void Put(K key, V value) { a_[H(key)] = pair<K, V>(key, value); }
82 // (c.Put(key, value), c.GetOrDefault(key, 0)) == value
84 // (c.Put(key, value), <...>, c.GetOrDefault(key, 0)) == value
85 // if the elided code contains no c.Put calls.
88 // has ever been Put. However, a newly initialized cache will have
92 // equivalent to Put(k, initial_value) for all keys k from 0 to
95 // 3. If key and key' differ then the only way Put(key, value) may
97 // false. Furthermore, a Put() call that doesn't change Has(key')
151 void Put(K key, V value) {
191 // part of the key, and kValuebits determines where in the entry to put
    [all...]
FastMalloc.cpp 695 // slots to put link list chains into. To keep memory usage bounded the total
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 323 stream_.Put('\0');
341 stream_.Put('\0');
test-serialize.cc 189 virtual void Put(int byte, const char* description) {
test-debug.cc     [all...]
  /external/v8/test/mjsunit/
stack-traces.js 174 // the stack frame. Put that in your pipe and smoke it!
  /external/libpng/
CHANGES 63 put all the configurable stuff in pngconf.h
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 227 --add-platform-exceptions Put new results for non-platform-specific failing tests into the platform-specific results directory
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 586 % Put current file name in lower left corner,
587 % Put chapter name on inside top of right hand pages, document
783 % Define @defcodeindex, like @defindex except put all entries in @code.
801 % @syncodeindex foo bar similar, but put all entries made for index foo
821 % like the previous two, but they put @code around the argument.
    [all...]
  /external/grub/docs/
texinfo.tex 431 % Put the space token in:
692 % the `@group' to put extra space in the output. Since @group
819 % if you have multiple lines of stuff to put here, you'll need to
    [all...]

Completed in 317 milliseconds

1 2