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:COPY_FREE_VARS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_opcode.h
97
[
COPY_FREE_VARS
] =
COPY_FREE_VARS
,
391
[
COPY_FREE_VARS
] = "
COPY_FREE_VARS
",
/third_party/python/Include/
H
A
D
opcode.h
104
#define
COPY_FREE_VARS
149
macro
/third_party/python/Lib/test/
H
A
D
test_code.py
147
COPY_FREE_VARS
= opmap['
COPY_FREE_VARS
']
variable
195
return c.replace(co_freevars=c.co_freevars + ('__class__',), co_code=bytes([
COPY_FREE_VARS
, 1])+c.co_code)
/third_party/python/Objects/
H
A
D
frameobject.c
610
case
COPY_FREE_VARS
:
in _PyFrame_GetState()
1115
//
COPY_FREE_VARS
has no quickened forms, so no need to use _PyOpcode_Deopt
in _PyFrame_FastToLocalsWithError()
1118
if (lasti < 0 && _Py_OPCODE(_PyCode_CODE(co)[0]) ==
COPY_FREE_VARS
) {
in _PyFrame_FastToLocalsWithError()
1128
//
COPY_FREE_VARS
doesn't have inline CACHEs, either:
in _PyFrame_FastToLocalsWithError()
1150
// The cell was set by
COPY_FREE_VARS
.
in _PyFrame_FastToLocalsWithError()
H
A
D
typeobject.c
9002
// MAKE_CELL and
COPY_FREE_VARS
have no quickened forms, so no need
in super_init_without_args()
9005
_Py_OPCODE(_PyCode_CODE(co)[0]) ==
COPY_FREE_VARS
);
in super_init_without_args()
/third_party/python/Python/
H
A
D
compile.c
1139
case
COPY_FREE_VARS
:
in stack_effect()
8251
.i_opcode =
COPY_FREE_VARS
,
in insert_prefix_instructions()
H
A
D
ceval.c
3206
TARGET(
COPY_FREE_VARS
) {
Completed in 35 milliseconds