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:call_stack
(Results
1 - 12
of
12
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_transform.c
158
int
call_stack
= 0;
in tgsi_transform_shader()
local
240
call_stack
== 0 && ctx->epilog && !epilog_emitted) {
in tgsi_transform_shader()
261
call_stack
++;
in tgsi_transform_shader()
270
assert(
call_stack
> 0);
in tgsi_transform_shader()
271
call_stack
--;
in tgsi_transform_shader()
327
assert(
call_stack
== 0);
in tgsi_transform_shader()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H
A
D
wasm-module-debug.cc
90
std::vector<wasm_addr_t>
call_stack
;
in GetCallStack()
local
122
bool zeroth_frame =
call_stack
.empty();
in GetCallStack()
131
call_stack
.push_back(
in GetCallStack()
144
if (
call_stack
.empty())
call_stack
.push_back({1, 0});
in GetCallStack()
145
return
call_stack
;
in GetCallStack()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H
A
D
validation_state.cpp
1087
std::stack<uint32_t>
call_stack
;
in ComputeFunctionToEntryPointMapping()
local
1089
call_stack
.push(entry_point);
in ComputeFunctionToEntryPointMapping()
1090
while (!
call_stack
.empty()) {
in ComputeFunctionToEntryPointMapping()
1091
const uint32_t called_func_id =
call_stack
.top();
in ComputeFunctionToEntryPointMapping()
1092
call_stack
.pop();
in ComputeFunctionToEntryPointMapping()
1101
call_stack
.push(new_call);
in ComputeFunctionToEntryPointMapping()
1110
std::stack<uint32_t>
call_stack
;
in ComputeRecursiveEntryPoints()
local
1114
call_stack
.push(new_call);
in ComputeRecursiveEntryPoints()
1117
while (!
call_stack
.empty()) {
in ComputeRecursiveEntryPoints()
1118
const uint32_t called_func_id =
call_stack
in ComputeRecursiveEntryPoints()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H
A
D
validation_state.cpp
1087
std::stack<uint32_t>
call_stack
;
in ComputeFunctionToEntryPointMapping()
local
1089
call_stack
.push(entry_point);
in ComputeFunctionToEntryPointMapping()
1090
while (!
call_stack
.empty()) {
in ComputeFunctionToEntryPointMapping()
1091
const uint32_t called_func_id =
call_stack
.top();
in ComputeFunctionToEntryPointMapping()
1092
call_stack
.pop();
in ComputeFunctionToEntryPointMapping()
1101
call_stack
.push(new_call);
in ComputeFunctionToEntryPointMapping()
1110
std::stack<uint32_t>
call_stack
;
in ComputeRecursiveEntryPoints()
local
1114
call_stack
.push(new_call);
in ComputeRecursiveEntryPoints()
1117
while (!
call_stack
.empty()) {
in ComputeRecursiveEntryPoints()
1118
const uint32_t called_func_id =
call_stack
in ComputeRecursiveEntryPoints()
[all...]
/third_party/python/Lib/test/
H
A
D
test_yield_from.py
960
def
call_stack
():
function
964
yield
call_stack
()
965
yield
call_stack
()
966
yield
call_stack
()
/third_party/mesa3d/src/freedreno/afuc/
H
A
D
emu.c
273
emu->branch_target = emu->
call_stack
[--emu->call_stack_idx];
in emu_instr()
278
assert(emu->call_stack_idx < ARRAY_SIZE(emu->
call_stack
));
in emu_instr()
283
emu->
call_stack
[emu->call_stack_idx++] = emu->gpr_regs.pc + 2;
in emu_instr()
H
A
D
emu.h
190
uint32_t
call_stack
[5];
member
/third_party/mesa3d/src/gallium/tools/trace/
H
A
D
pytracediff.py
113
self.
call_stack
= []
116
self.
call_stack
.append(call)
250
return parser.
call_stack
H
A
D
parse.py
394
self.
call_stack
= []
401
self.
call_stack
.append(call)
491
for call in dump.
call_stack
:
/third_party/spirv-tools/source/val/
H
A
D
validation_state.cpp
1379
std::stack<uint32_t>
call_stack
;
in ComputeFunctionToEntryPointMapping()
local
1381
call_stack
.push(entry_point);
in ComputeFunctionToEntryPointMapping()
1382
while (!
call_stack
.empty()) {
in ComputeFunctionToEntryPointMapping()
1383
const uint32_t called_func_id =
call_stack
.top();
in ComputeFunctionToEntryPointMapping()
1384
call_stack
.pop();
in ComputeFunctionToEntryPointMapping()
1393
call_stack
.push(new_call);
in ComputeFunctionToEntryPointMapping()
1402
std::stack<uint32_t>
call_stack
;
in ComputeRecursiveEntryPoints()
local
1406
call_stack
.push(new_call);
in ComputeRecursiveEntryPoints()
1409
while (!
call_stack
.empty()) {
in ComputeRecursiveEntryPoints()
1410
const uint32_t called_func_id =
call_stack
in ComputeRecursiveEntryPoints()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H
A
D
spirv_cross.hpp
1037
call_stack
.push_back(entry_point_id);
in InterlockedResourceAccessHandler()
1052
SmallVector<uint32_t>
call_stack
;
member
1062
call_stack
.push_back(entry_point_id);
in InterlockedResourceAccessPrepassHandler()
1075
SmallVector<uint32_t>
call_stack
;
member
H
A
D
spirv_cross.cpp
4711
if (interlock_function_id != 0 && interlock_function_id !=
call_stack
.back())
in handle()
4720
interlock_function_id =
call_stack
.back();
in handle()
4742
call_stack
.push_back(args[2]);
in begin_function_scope()
4748
call_stack
.pop_back();
in end_function_scope()
4760
call_stack
.push_back(args[2]);
in begin_function_scope()
4766
if (
call_stack
.back() == interlock_function_id)
in end_function_scope()
4769
call_stack
.pop_back();
in end_function_scope()
Completed in 21 milliseconds