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:jit_code_entry
(Results
1 - 3
of
3
) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/tools/debug/
H
A
D
jit_writer.h
95
typedef struct
jit_code_entry
JitCodeEntry;
96
struct
jit_code_entry
{
struct
97
jit_code_entry
*nextEntry;
98
jit_code_entry
*prevEntry;
107
jit_code_entry
*relevantEntry;
108
jit_code_entry
*firstEntry;
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H
A
D
gdb_jit.cpp
34
struct
jit_code_entry
{
struct
35
struct
jit_code_entry
*next_entry;
36
struct
jit_code_entry
*prev_entry;
47
struct
jit_code_entry
*relevant_entry;
48
struct
jit_code_entry
*first_entry;
424
auto *entry = new
jit_code_entry
;
in RegisterStubAnToDebuggerImpl()
434
jit_code_entry
*nextEntry = __jit_debug_descriptor.first_entry;
in RegisterStubAnToDebuggerImpl()
/arkcompiler/runtime_core/static_core/compiler/
H
A
D
compile_method.cpp
407
static void RegisterJitCode(
jit_code_entry
*entry)
in RegisterJitCode()
480
auto gdbEntry {gdbDebugInfoAllocator->New<
jit_code_entry
>()};
in EmitElf()
Completed in 3 milliseconds