Home
last modified time | relevance | path

Searched refs:old_code (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/lzw/
Dftzopen.c268 FT_UInt old_code = state->old_code; in ft_lzwstate_io() local
308 old_code = old_char = (FT_UInt)c; in ft_lzwstate_io()
340 old_code = 0; in ft_lzwstate_io()
358 code = old_code; in ft_lzwstate_io()
400 state->prefix[state->free_ent] = (FT_UShort)old_code; in ft_lzwstate_io()
406 old_code = in_code; in ft_lzwstate_io()
417 state->old_code = old_code; in ft_lzwstate_io()
Dftzopen.h131 FT_UInt old_code; member
/third_party/node/deps/v8/tools/
Dll_prof.py441 def _HandleCodeConflict(old_code, new_code): argument
442 assert (old_code.start_address == new_code.start_address and
443 old_code.end_address == new_code.end_address), \
444 "Conficting code log entries %s and %s" % (old_code, new_code)
445 if old_code.name == new_code.name:
449 old_code.AddName(new_code.name)
/third_party/node/deps/v8/src/heap/
Dremembered-set.h309 Code old_code = code; in UpdateCodeEntry() local
312 if (code != old_code) { in UpdateCodeEntry()
/third_party/node/deps/v8/src/wasm/
Dwasm-code-manager.cc2403 WasmCode* old_code = code_table_[slot_index]; in FindFunctionsToRecompile() local
2405 tier_down ? old_code && old_code->for_debugging() in FindFunctionsToRecompile()
2406 : old_code && old_code->tier() == ExecutionTier::kTurbofan; in FindFunctionsToRecompile()
2414 if (old_code) { in FindFunctionsToRecompile()
2415 WasmCodeRefScope::AddRef(old_code); in FindFunctionsToRecompile()
2418 old_code->DecRefOnLiveCode(); in FindFunctionsToRecompile()
Dwasm-debug.cc50 WasmCode* old_code = frame->wasm_code(); in FindNewPC() local
51 int pc_offset = static_cast<int>(frame->pc() - old_code->instruction_start()); in FindNewPC()
52 base::Vector<const uint8_t> old_pos_table = old_code->source_positions(); in FindNewPC()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1869 size_t old_code; in ShiftExpression() local
1873 old_code = current_function_builder_->GetPosition(); in ShiftExpression()
1881 heap_access_shift_position_ = old_code; in ShiftExpression()
2035 size_t old_code; in BitwiseORExpression() local
2038 old_code = current_function_builder_->GetPosition(); in BitwiseORExpression()
2045 current_function_builder_->DeleteCodeAfter(old_code); in BitwiseORExpression()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.243275 handled as clear codes. This also re-sets old_code and old_char to