OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackIndex
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/sksl/
SkSLInterpreter.h
25
typedef int
StackIndex
;
67
StackIndex
stackAlloc(int count);
71
StackIndex
getLValue(const Expression& expr);
83
std::vector<std::unordered_map<const Variable*,
StackIndex
>> fVars;
SkSLInterpreter.cpp
49
StackIndex
current = (
StackIndex
) fStack.size();
71
Interpreter::
StackIndex
Interpreter::stackAlloc(int count) {
165
StackIndex
pos = this->stackAlloc(SizeOf(var->fType));
188
Interpreter::
StackIndex
Interpreter::getLValue(const Expression& expr) {
237
StackIndex
transpose = evaluate(*a.fArguments[0]).fInt;
308
StackIndex
left = this->getLValue(*b.fLeft); \
325
StackIndex
left = this->getLValue(*b.fLeft); \
366
StackIndex
left = this->getLValue(*b.fLeft);
397
StackIndex
pos = this->evaluate(*idx.fBase).fInt
[
all
...]
SkSLJIT.h
75
typedef int
StackIndex
;
/external/skqp/src/sksl/
SkSLInterpreter.h
25
typedef int
StackIndex
;
67
StackIndex
stackAlloc(int count);
71
StackIndex
getLValue(const Expression& expr);
83
std::vector<std::unordered_map<const Variable*,
StackIndex
>> fVars;
SkSLInterpreter.cpp
49
StackIndex
current = (
StackIndex
) fStack.size();
71
Interpreter::
StackIndex
Interpreter::stackAlloc(int count) {
165
StackIndex
pos = this->stackAlloc(SizeOf(var->fType));
188
Interpreter::
StackIndex
Interpreter::getLValue(const Expression& expr) {
237
StackIndex
transpose = evaluate(*a.fArguments[0]).fInt;
308
StackIndex
left = this->getLValue(*b.fLeft); \
325
StackIndex
left = this->getLValue(*b.fLeft); \
366
StackIndex
left = this->getLValue(*b.fLeft);
397
StackIndex
pos = this->evaluate(*idx.fBase).fInt
[
all
...]
SkSLJIT.h
75
typedef int
StackIndex
;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/AArch64/
EbcSupport.c
128
UINTN
StackIndex
;
154
Status = GetEBCStack((EFI_HANDLE)(UINTN)-1, &VmContext.StackPool, &
StackIndex
);
235
ReturnEBCStack(
StackIndex
);
265
UINTN
StackIndex
;
293
Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &
StackIndex
);
347
ReturnEBCStack(
StackIndex
);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ia32/
EbcSupport.c
236
UINTN
StackIndex
;
264
Status = GetEBCStack((EFI_HANDLE)-1, &VmContext.StackPool, &
StackIndex
);
342
ReturnEBCStack(
StackIndex
);
372
UINTN
StackIndex
;
403
Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &
StackIndex
);
443
ReturnEBCStack(
StackIndex
);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/X64/
EbcSupport.c
181
UINTN
StackIndex
;
207
Status = GetEBCStack((EFI_HANDLE)(UINTN)-1, &VmContext.StackPool, &
StackIndex
);
288
ReturnEBCStack(
StackIndex
);
318
UINTN
StackIndex
;
346
Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &
StackIndex
);
400
ReturnEBCStack(
StackIndex
);
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/Ipf/
EbcSupport.c
96
UINTN
StackIndex
;
177
Status = GetEBCStack((EFI_HANDLE)(UINTN)-1, &VmContext.StackPool, &
StackIndex
);
228
ReturnEBCStack(
StackIndex
);
258
UINTN
StackIndex
;
287
Status = GetEBCStack(ImageHandle, &VmContext.StackPool, &
StackIndex
);
347
ReturnEBCStack(
StackIndex
);
Completed in 580 milliseconds