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:MAKE_CELL
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_opcode.h
159
[
MAKE_CELL
] =
MAKE_CELL
,
377
[
MAKE_CELL
] = "
MAKE_CELL
",
/third_party/python/Include/
H
A
D
opcode.h
92
#define
MAKE_CELL
135
macro
/third_party/python/Objects/
H
A
D
frameobject.c
611
case
MAKE_CELL
:
in _PyFrame_GetState()
1155
// Note that no *_DEREF ops can happen before
MAKE_CELL
in _PyFrame_FastToLocalsWithError()
1157
// that
MAKE_CELL
would otherwise do later, if it hasn't
in _PyFrame_FastToLocalsWithError()
1161
_PyFrame_OpAlreadyRan(frame,
MAKE_CELL
, i)) {
in _PyFrame_FastToLocalsWithError()
1162
// (likely)
MAKE_CELL
must have executed already.
in _PyFrame_FastToLocalsWithError()
1264
_PyFrame_OpAlreadyRan(frame,
MAKE_CELL
, i)) {
in _PyFrame_LocalsToFast()
1265
// (likely)
MAKE_CELL
must have executed already.
in _PyFrame_LocalsToFast()
H
A
D
typeobject.c
15
#include "opcode.h" //
MAKE_CELL
9000
// was called from the C-API before the first
MAKE_CELL
op.
in super_init_without_args()
9002
//
MAKE_CELL
and COPY_FREE_VARS have no quickened forms, so no need
in super_init_without_args()
9004
assert(_Py_OPCODE(_PyCode_CODE(co)[0]) ==
MAKE_CELL
||
in super_init_without_args()
/third_party/python/Python/
H
A
D
compile.c
1138
case
MAKE_CELL
:
in stack_effect()
8215
// before adding the
MAKE_CELL
instructions. Note that we
in insert_prefix_instructions()
8232
.i_opcode =
MAKE_CELL
,
in insert_prefix_instructions()
8325
case
MAKE_CELL
:
in fix_cell_offsets()
H
A
D
ceval.c
3125
TARGET(
MAKE_CELL
) {
3127
// via PyFrame_LocalsToFast() before
MAKE_CELL
has run).
Completed in 36 milliseconds