Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:old_code
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/lzw/
H
A
D
ftzopen.c
268
FT_UInt
old_code
= state->
old_code
;
in FT_LOCAL_DEF()
local
308
old_code
= old_char = (FT_UInt)c;
in FT_LOCAL_DEF()
340
old_code
= 0;
in FT_LOCAL_DEF()
358
code =
old_code
;
in FT_LOCAL_DEF()
400
state->prefix[state->free_ent] = (FT_UShort)
old_code
;
in FT_LOCAL_DEF()
406
old_code
= in_code;
in FT_LOCAL_DEF()
417
state->
old_code
=
old_code
;
in FT_LOCAL_DEF()
H
A
D
ftzopen.h
131
FT_UInt
old_code
;
member
/third_party/node/deps/v8/tools/
H
A
D
ll_prof.py
441
def _HandleCodeConflict(
old_code
, new_code):
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/
H
A
D
remembered-set.h
309
Code
old_code
= code;
in UpdateCodeEntry()
local
312
if (code !=
old_code
) {
in UpdateCodeEntry()
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.cc
2403
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()
H
A
D
wasm-debug.cc
50
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/
H
A
D
asm-parser.cc
1869
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()
Completed in 13 milliseconds