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:IsDerived
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H
A
D
gc_utils.h
29
bool
IsDerived
(llvm::Value *val);
H
A
D
gc_utils.cpp
26
bool
IsDerived
(llvm::Value *val)
in IsDerived()
function
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H
A
D
gc_intrusion_check.cpp
51
using ark::llvmbackend::gc_utils::
IsDerived
;
83
if (!
IsDerived
(entry)) {
in CheckStatepoint()
H
A
D
gc_intrusion.cpp
58
using ark::llvmbackend::gc_utils::
IsDerived
;
148
if (!IsGcRefType(inst.getType()) ||
IsDerived
(&inst) || gc_utils::IsNonMovable(&inst)) {
in PopulateLiveInByUsers()
168
ASSERT(!
IsDerived
(&phi));
in PopulateLiveOutByPhis()
293
!
IsDerived
(ops) && !gc_utils::IsNonMovable(ops)) {
in RewriteWithGcInBlock()
H
A
D
gep_propagation.cpp
83
if ((IsGcRefType(inst->getType()) && gc_utils::
IsDerived
(inst)) || gc_utils::HasBeenGcRef(inst, false)) {
in AddToVector()
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
hcr_circuit_builder.h
389
inline GateRef CircuitBuilder::
IsDerived
(GateRef ctor)
in IsDerived()
function in panda::ecmascript::kungfu::CircuitBuilder
H
A
D
stub_builder-inl.h
1390
inline GateRef StubBuilder::
IsDerived
(GateRef func)
in IsDerived()
function in panda::ecmascript::kungfu::StubBuilder
1392
return env_->GetBuilder()->
IsDerived
(func);
in IsDerived()
H
A
D
circuit_builder.h
402
GateRef
IsDerived
(GateRef ctor);
H
A
D
stub_builder.h
431
GateRef
IsDerived
(GateRef func);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H
A
D
builtins_object_stub_builder.cpp
1360
.And(IsJSHClass(protoOrHclass)).And(
IsDerived
(obj)).Done();
in SetPrototypeOf()
H
A
D
builtins_typedarray_stub_builder.cpp
2522
BRANCH(
IsDerived
(thisValue), slowPath, ¬Derived);
in Of()
Completed in 33 milliseconds