/external/chromium_org/v8/src/ |
gdb-jit.h | 86 static void AddCode(const char* name, 92 static void AddCode(Handle<Name> name, 97 static void AddCode(CodeTag tag, Name* name, Code* code); 99 static void AddCode(CodeTag tag, const char* name, Code* code); 101 static void AddCode(CodeTag tag, Code* code);
|
cpu-profiler-inl.h | 19 code_map->AddCode(start, entry, size);
|
stub-cache.cc | 610 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *code)); 620 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *code)); 630 GDBJIT(AddCode(GDBJITInterface::LOAD_IC, *code)); 640 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *code)); 650 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *code)); 662 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *code)); 672 GDBJIT(AddCode(GDBJITInterface::STORE_IC, *code)); [all...] |
gdb-jit.cc | [all...] |
profile-generator.h | 212 void AddCode(Address addr, CodeEntry* entry, unsigned size);
|
profile-generator.cc | 363 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { 423 AddCode(to, entry.entry, entry.size);
|
compiler.cc | 841 GDBJIT(AddCode(script_name, script, info->code(), info)); [all...] |
code-stubs.cc | 57 GDBJIT(AddCode(GDBJITInterface::STUB, name.get(), *code));
|
builtins.cc | [all...] |
/external/chromium_org/v8/test/cctest/ |
test-profile-generator.cc | 341 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(ToAddress(0x1900), entry3, 0x50) [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_parser/ |
filters_int.h | 44 void AddCode(FX_DWORD prefix_code, FX_BYTE append_char);
|
fpdf_parser_filters.cpp | 367 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)
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 87 void AddCode(FX_DWORD prefix_code, FX_BYTE append_char);
95 void CLZWDecoder::AddCode(FX_DWORD prefix_code, FX_BYTE append_char)
170 AddCode(old_code, last_char);
203 AddCode(old_code, last_char);
209 AddCode(old_code, last_char);
[all...] |