/external/pdfium/core/fxcodec/gif/ |
D | cfx_lzwdecompressor.cpp | 106 AddCode(code_old_, code_first_); in Decode() 116 AddCode(code_old_, append_char); in Decode() 152 void CFX_LZWDecompressor::AddCode(uint16_t prefix_code, uint8_t append_char) { in AddCode() function in CFX_LZWDecompressor
|
D | cfx_lzwdecompressor.h | 44 void AddCode(uint16_t prefix_code, uint8_t append_char);
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_flate.cpp | 112 void AddCode(uint32_t prefix_code, uint8_t append_char); 127 void CLZWDecoder::AddCode(uint32_t prefix_code, uint8_t append_char) { in AddCode() function in __anon076e626c0111::CLZWDecoder 205 AddCode(old_code, last_char); in Decode() 236 AddCode(old_code, last_char); in Decode() 242 AddCode(old_code, last_char); in Decode()
|
/external/v8/src/profiler/ |
D | cpu-profiler-inl.h | 19 code_map->AddCode(instruction_start, entry, instruction_size); in UpdateCodeMap()
|
D | profile-generator.h | 371 void AddCode(Address addr, CodeEntry* entry, unsigned size);
|
D | cpu-profiler.cc | 333 code_map->AddCode(reinterpret_cast<Address>(counter), entry, 1); in CreateEntriesForRuntimeCallStats()
|
D | profile-generator.cc | 528 void CodeMap::AddCode(Address addr, CodeEntry* entry, unsigned size) { in AddCode() function in v8::internal::CodeMap
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_stats.cc | 258 node->second->AddCode(entry.code_def(), &id_to_string_); in AddOpLogProto()
|
D | tfprof_node.h | 359 void AddCode(const CodeDef& code, in AddCode() function
|
/external/v8/src/wasm/ |
D | wasm-code-manager.h | 221 WasmCode* AddCode(uint32_t index, const CodeDesc& desc, uint32_t stack_slots,
|
D | wasm-code-manager.cc | 518 WasmCode* NativeModule::AddCode( in AddCode() function in v8::internal::wasm::NativeModule
|
/external/v8/src/ |
D | gdb-jit.cc | 2091 static void AddCode(const char* name, Code* code, SharedFunctionInfo* shared, in AddCode() function 2145 AddCode(builder.Finalize(), code, shared, lineinfo); in EventHandler()
|
/external/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 1890 code_ = wasm_unit_->native_module_->AddCode( in ExecuteCompilation()
|
/external/v8/src/compiler/ |
D | pipeline.cc | 1080 wasm::WasmCode* code = native_module_->AddCode( in ExecuteJobImpl()
|