Searched refs:AddCode (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/v8/src/
H A Dgdb-jit.h33 static void AddCode(Handle<Name> name,
41 static void AddCode(const char* name, Code* code, CodeTag tag, Script* script,
H A Dcpu-profiler-inl.h19 code_map->AddCode(start, entry, size);
H A Dprofile-generator.cc354 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { function in class:v8::internal::CodeMap
414 AddCode(to, entry.entry, entry.size);
H A Dprofile-generator.h213 void AddCode(Address addr, CodeEntry* entry, unsigned size);
H A Dgdb-jit.cc1999 void GDBJITInterface::AddCode(Handle<Name> name, function in class:v8::GDBJITInterface
2010 AddCode(name_cstring.get(), *code, GDBJITInterface::FUNCTION, *script,
2013 AddCode("", *code, GDBJITInterface::FUNCTION, *script, info);
2058 void GDBJITInterface::AddCode(const char* name, function in class:v8::GDBJITInterface
2168 AddCode(builder.Finalize(), code, NON_FUNCTION, NULL, NULL);
H A Dcompiler.cc633 GDBJIT(AddCode(Handle<String>(shared->DebugName()),
1066 GDBJIT(AddCode(script_name, script, info->code(), info));
/external/chromium_org/v8/test/cctest/
H A Dtest-profile-generator.cc341 code_map.AddCode(ToAddress(0x1500), &entry1, 0x200);
342 code_map.AddCode(ToAddress(0x1700), &entry2, 0x100);
343 code_map.AddCode(ToAddress(0x1900), &entry3, 0x50);
344 code_map.AddCode(ToAddress(0x1950), &entry4, 0x10);
369 code_map.AddCode(ToAddress(0x1500), &entry1, 0x200);
370 code_map.AddCode(ToAddress(0x1700), &entry2, 0x100);
377 code_map.AddCode(ToAddress(0x1750), &entry3, 0x100);
410 generator.code_map()->AddCode(ToAddress(0x1500), entry1, 0x200);
411 generator.code_map()->AddCode(ToAddress(0x1700), entry2, 0x100);
412 generator.code_map()->AddCode(ToAddres
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfilters_int.h44 void AddCode(FX_DWORD prefix_code, FX_BYTE append_char);
H A Dfpdf_parser_filters.cpp367 AddCode(m_OldCode, m_LastChar);
398 AddCode(m_OldCode, m_LastChar);
403 AddCode(m_OldCode, m_LastChar);
409 void CPDF_LzwFilter::AddCode(FX_DWORD prefix_code, FX_BYTE append_char) function in class:CPDF_LzwFilter
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp87 void AddCode(FX_DWORD prefix_code, FX_BYTE append_char);
95 void CLZWDecoder::AddCode(FX_DWORD prefix_code, FX_BYTE append_char) function in class:CLZWDecoder
170 AddCode(old_code, last_char);
203 AddCode(old_code, last_char);
209 AddCode(old_code, last_char);

Completed in 248 milliseconds