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:PANDA_ASAN_ON
(Results
1 - 18
of
18
) sorted by relevance
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
asan_interface.h
22
#define
PANDA_ASAN_ON
macro
27
#define
PANDA_ASAN_ON
macro
31
#ifdef
PANDA_ASAN_ON
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
asan_interface.h
22
#define
PANDA_ASAN_ON
macro
27
#define
PANDA_ASAN_ON
macro
30
#if defined(
PANDA_ASAN_ON
)
55
#endif //
PANDA_ASAN_ON
/arkcompiler/runtime_core/libpandabase/tests/
H
A
D
mmap_fixed_test.cpp
55
#if defined(
PANDA_ASAN_ON
)
in TEST_F()
H
A
D
native_bytes_from_mallinfo_test.cpp
26
#if (!defined(
PANDA_ASAN_ON
)) && (!defined(PANDA_TSAN_ON)) && (defined(__GLIBC__) || defined(PANDA_TARGET_MOBILE))
in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H
A
D
native_bytes_from_mallinfo_test.cpp
26
#if (!defined(
PANDA_ASAN_ON
)) && (!defined(PANDA_TSAN_ON)) && (defined(__GLIBC__) || defined(PANDA_TARGET_MOBILE))
in TEST()
H
A
D
mmap_test.cpp
152
#if defined(
PANDA_ASAN_ON
)
in TEST_F()
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H
A
D
mem.cpp
195
#if defined(
PANDA_ASAN_ON
)
in MapRWAnonymousFixedRaw()
268
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON)
in GetNativeBytesFromMallinfo()
299
#endif //
PANDA_ASAN_ON
|| PANDA_TSAN_ON
in GetNativeBytesFromMallinfo()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H
A
D
mem.cpp
256
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON) || defined(USE_THREAD_SANITIZER)
in MapRWAnonymousFixedRaw()
327
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON)
in GetNativeBytesFromMallinfo()
358
#endif //
PANDA_ASAN_ON
|| PANDA_TSAN_ON
in GetNativeBytesFromMallinfo()
/arkcompiler/runtime_core/static_core/runtime/coroutines/
H
A
D
stackful_coroutine.cpp
86
#ifdef
PANDA_ASAN_ON
in CleanUp()
92
#endif //
PANDA_ASAN_ON
in CleanUp()
/arkcompiler/runtime_core/static_core/runtime/
H
A
D
deoptimization.cpp
71
#ifdef
PANDA_ASAN_ON
in UnpoisonAsanStack()
74
#endif //
PANDA_ASAN_ON
in UnpoisonAsanStack()
H
A
D
osr.cpp
34
#ifdef
PANDA_ASAN_ON
in UnpoisonAsanStack()
37
#endif //
PANDA_ASAN_ON
in UnpoisonAsanStack()
H
A
D
thread.cpp
331
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON) || !defined(NDEBUG)
in InitForStackOverflowCheck()
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H
A
D
paoc.cpp
133
#ifndef
PANDA_ASAN_ON
in InitRuntime()
/arkcompiler/runtime_core/static_core/runtime/tests/
H
A
D
region_allocator_test.cpp
596
#ifdef
PANDA_ASAN_ON
in TEST_F()
600
#endif //
PANDA_ASAN_ON
in TEST_F()
604
#ifdef
PANDA_ASAN_ON
in TEST_F()
608
#endif //
PANDA_ASAN_ON
in TEST_F()
H
A
D
allocator_test_base.h
743
#ifdef
PANDA_ASAN_ON
in AsanTest()
748
#endif //
PANDA_ASAN_ON
in AsanTest()
/arkcompiler/runtime_core/static_core/runtime/include/
H
A
D
managed_thread.h
50
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON) || !defined(NDEBUG)
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H
A
D
entrypoints.cpp
131
#ifdef
PANDA_ASAN_ON
in AnnotateSanitizersEntrypoint()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H
A
D
codegen.cpp
1158
#if defined(
PANDA_ASAN_ON
) || defined(PANDA_TSAN_ON)
in CreateDebugRuntimeCallsForNewObject()
Completed in 20 milliseconds