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:IsMethod
(Results
1 - 25
of
27
) sorted by relevance
1
2
/arkcompiler/ets_frontend/es2panda/ir/base/
H
A
D
property.h
84
bool
IsMethod
() const
in IsMethod()
function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property
H
A
D
property.cpp
61
if (!IsComputed() && !
IsMethod
() && !IsAccessor() && !IsShorthand()) {
in ValidateExpression()
H
A
D
scriptFunction.h
163
bool
IsMethod
() const
in IsMethod()
function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ScriptFunction
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
property.h
80
[[nodiscard]] bool
IsMethod
() const noexcept
H
A
D
property.cpp
95
if (!IsComputed() && !
IsMethod
() && !IsAccessor() && !IsShorthand()) {
in ValidateExpression()
H
A
D
scriptFunction.h
193
[[nodiscard]] bool
IsMethod
() const noexcept
/arkcompiler/ets_runtime/ecmascript/patch/
H
A
D
patch_loader.cpp
190
ASSERT(value.
IsMethod
());
in GetPatchMethod()
337
if (!constpoolValue.
IsMethod
() && !constpoolValue.IsClassLiteral()) {
in FindAndReplaceSameMethod()
342
if (constpoolValue.
IsMethod
()) {
in FindAndReplaceSameMethod()
377
if (!constpoolValue.
IsMethod
() && !constpoolValue.IsClassLiteral()) {
in FindAndReplaceSameMethod()
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H
A
D
objectExpression.cpp
253
if (prop->
IsMethod
()) {
in CreateLiteral()
319
if (prop->
IsMethod
()) {
in CompileStaticProperties()
367
if (prop->
IsMethod
()) {
in CompilePropertyWithInit()
616
if (!prop->
IsMethod
()) {
in GetFlagsForProperty()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H
A
D
pgo_profiler.cpp
52
if (!ctorMethodValue.
IsMethod
()) {
in ProfileDefineClass()
93
if (!ctorMethodValue.
IsMethod
()) {
in ProfileClassRootHClass()
196
if (!methodValue.
IsMethod
()) {
in ProfileDefineGetterSetter()
338
if (!methodValue.
IsMethod
()) {
in PGODump()
503
if (!methodValue.
IsMethod
()) {
in PGOPreDump()
608
if (!methodValue.
IsMethod
()) {
in HandlePGOPreDump()
652
if (!methodValue.
IsMethod
()) {
in HandlePGODumpByDumpThread()
1342
if (!ctorMethod.
IsMethod
() || !FunctionKindVerify(ctorFunction)) {
in DumpDefineClass()
1943
ASSERT(jsMethod.
IsMethod
());
in GetMethodAbcId()
1960
if (jsMethod.
IsMethod
()) {
in GetMethodAbcId()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H
A
D
cpu_profiler.cpp
264
if (method == nullptr || !JSTaggedValue(method).
IsMethod
()) {
in GetStack()
332
if (method == nullptr || !JSTaggedValue(method).
IsMethod
()) {
in GetStackCallNapi()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H
A
D
ets_method.h
47
PANDA_PUBLIC_API static bool
IsMethod
(const PandaString &td);
H
A
D
ets_method.cpp
30
bool EtsMethod::
IsMethod
(const PandaString &td)
in IsMethod()
function in ark::ets::EtsMethod
/arkcompiler/ets_runtime/ecmascript/dfx/vmstat/
H
A
D
opt_code_profiler.cpp
189
if (!method.
IsMethod
()) {
in FilterMethodToPrint()
/arkcompiler/ets_frontend/es2panda/binder/
H
A
D
scope.cpp
228
if (
IsMethod
(slot)) {
in GetPrivateProperty()
232
return {slot,
IsMethod
(slot), IsStaticMethod(slot), getter, setter, validateMethodSlot};
in GetPrivateProperty()
H
A
D
scope.h
920
bool
IsMethod
(uint32_t slot) const
in IsMethod()
function in ClassScope
/arkcompiler/ets_runtime/ecmascript/
H
A
D
method.h
35
CAST_CHECK(Method,
IsMethod
);
H
A
D
js_tagged_value-inl.h
504
inline bool JSTaggedValue::
IsMethod
() const
in IsMethod()
function in panda::ecmascript::JSTaggedValue
506
return IsHeapObject() && GetTaggedObject()->GetClass()->
IsMethod
();
in IsMethod()
H
A
D
js_tagged_value.h
626
bool
IsMethod
() const;
H
A
D
js_hclass.h
1148
inline bool
IsMethod
() const
in IsMethod()
function in panda::ecmascript::JSHClass
/arkcompiler/ets_runtime/ecmascript/serializer/
H
A
D
value_serializer.cpp
176
if (object->GetClass()->IsString() || object->GetClass()->
IsMethod
() || region->InSharedReadOnlySpace() ||
in SerializeObjectImpl()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H
A
D
JSCompiler.cpp
843
if (prop->Value()->IsFunctionExpression() && !prop->Value()->AsFunctionExpression()->Function()->
IsMethod
()) {
in IsLiteralBufferCompatible()
935
if (prop->
IsMethod
()) {
in CompileRemainingPropertyKind()
H
A
D
pandagen.cpp
1172
} else if (realNode->
IsMethod
()) {
in DefineFunction()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H
A
D
pandagen.cpp
67
if (func->
IsMethod
()) {
in SetFunctionKind()
1410
if (realNode->
IsMethod
()) {
in DefineFunction()
/arkcompiler/ets_frontend/es2panda/util/
H
A
D
helpers.cpp
373
ASSERT(node->IsConstructor() || node->
IsMethod
());
in GetClassDefiniton()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H
A
D
dump.cpp
470
} else if (
IsMethod
()) {
in DumpOpcode()
Completed in 38 milliseconds
1
2