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:is_entry
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_frame.h
63
bool
is_entry
; // Whether this is the "root" frame for the current _PyCFrame.
member
114
frame->
is_entry
= false;
in _PyFrame_InitializeSpecials()
/third_party/python/Tools/gdb/
H
A
D
libpython.py
1071
def
is_entry
(self):
member in PyFramePtr
1072
return self._f_special("
is_entry
", bool)
1850
if interp_frame.
is_entry
():
1873
if interp_frame.
is_entry
():
2138
if pyop_frame.
is_entry
():
/third_party/node/deps/v8/src/execution/
H
A
D
frames.h
213
bool
is_entry
() const { return type() == ENTRY; }
in is_entry()
function in v8::internal::StackFrame
687
DCHECK(frame->
is_entry
());
in cast()
H
A
D
frames.cc
498
if (frame->
is_entry
() || frame->is_construct_entry()) {
in IsValidCaller()
/third_party/python/Python/
H
A
D
ceval.c
1670
frame->
is_entry
= true;
2437
if (!frame->
is_entry
) {
2584
assert(frame->
is_entry
);
2645
assert(frame->
is_entry
);
5440
if (!frame->
is_entry
) {
5826
if (frame->
is_entry
) {
/third_party/python/Objects/
H
A
D
frameobject.c
1303
return frame->f_frame->
is_entry
;
in _PyFrame_IsEntryFrame()
Completed in 30 milliseconds