Searched refs:old_code (Results 1 – 8 of 8) sorted by relevance
268 FT_UInt old_code = state->old_code; in ft_lzwstate_io() local308 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()
131 FT_UInt old_code; member
441 def _HandleCodeConflict(old_code, new_code): argument442 assert (old_code.start_address == new_code.start_address and443 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)
309 Code old_code = code; in UpdateCodeEntry() local312 if (code != old_code) { in UpdateCodeEntry()
2403 WasmCode* old_code = code_table_[slot_index]; in FindFunctionsToRecompile() local2405 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()
50 WasmCode* old_code = frame->wasm_code(); in FindNewPC() local51 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()
1869 size_t old_code; in ShiftExpression() local1873 old_code = current_function_builder_->GetPosition(); in ShiftExpression()1881 heap_access_shift_position_ = old_code; in ShiftExpression()2035 size_t old_code; in BitwiseORExpression() local2038 old_code = current_function_builder_->GetPosition(); in BitwiseORExpression()2045 current_function_builder_->DeleteCodeAfter(old_code); in BitwiseORExpression()
3275 handled as clear codes. This also re-sets old_code and old_char to