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
defs:jumpSize
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/
H
A
D
call_stub_builder.h
112
explicit CallStubBuilder(StubBuilder *parent, GateRef glue, GateRef func, GateRef actualNumArgs, GateRef
jumpSize
,
in CallStubBuilder()
argument
H
A
D
interpreter_stub.cpp
1564
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_V8));
in DECLARE_ASM_HANDLER()
local
2780
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
in DECLARE_ASM_HANDLER()
local
2791
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
in DECLARE_ASM_HANDLER()
local
2880
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
in DECLARE_ASM_HANDLER()
local
2891
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
2986
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
2997
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
3091
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
3102
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
3472
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
3483
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
DECLARE_ASM_HANDLER()
local
3561
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8));
DECLARE_ASM_HANDLER()
local
4234
GateRef
jumpSize
= INT_PTR(CALLARG0_IMM8);
DECLARE_ASM_HANDLER()
local
4247
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARG0_PREF_V8);
DECLARE_ASM_HANDLER()
local
4262
GateRef
jumpSize
= INT_PTR(CALLARG1_IMM8_V8);
DECLARE_ASM_HANDLER()
local
4277
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARG1_PREF_V8_V8);
DECLARE_ASM_HANDLER()
local
4294
GateRef
jumpSize
= INT_PTR(CALLARGS2_IMM8_V8_V8);
DECLARE_ASM_HANDLER()
local
4311
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARGS2_PREF_V8_V8_V8);
DECLARE_ASM_HANDLER()
local
4330
GateRef
jumpSize
= INT_PTR(CALLARGS3_IMM8_V8_V8_V8);
DECLARE_ASM_HANDLER()
local
4349
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARGS3_PREF_V8_V8_V8_V8);
DECLARE_ASM_HANDLER()
local
4363
GateRef
jumpSize
= INT_PTR(CALLRANGE_IMM8_IMM8_V8);
DECLARE_ASM_HANDLER()
local
4378
GateRef
jumpSize
= INT_PTR(WIDE_CALLRANGE_PREF_IMM16_V8);
DECLARE_ASM_HANDLER()
local
4394
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLRANGE_PREF_IMM16_V8);
DECLARE_ASM_HANDLER()
local
4412
GateRef
jumpSize
= INT_PTR(CALLTHISRANGE_IMM8_IMM8_V8);
DECLARE_ASM_HANDLER()
local
4430
GateRef
jumpSize
= INT_PTR(WIDE_CALLTHISRANGE_PREF_IMM16_V8);
DECLARE_ASM_HANDLER()
local
4448
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLTHISRANGE_PREF_IMM16_V8);
DECLARE_ASM_HANDLER()
local
4463
GateRef
jumpSize
= INT_PTR(CALLTHIS0_IMM8_V8);
DECLARE_ASM_HANDLER()
local
4479
GateRef
jumpSize
= INT_PTR(CALLTHIS1_IMM8_V8_V8);
DECLARE_ASM_HANDLER()
local
4497
GateRef
jumpSize
= INT_PTR(CALLTHIS2_IMM8_V8_V8_V8);
DECLARE_ASM_HANDLER()
local
4517
GateRef
jumpSize
= INT_PTR(CALLTHIS3_IMM8_V8_V8_V8_V8);
DECLARE_ASM_HANDLER()
local
4637
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8));
DECLARE_ASM_HANDLER()
local
4709
GateRef
jumpSize
=
DECLARE_ASM_HANDLER()
local
4782
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::PREF_IMM16_V8));
DECLARE_ASM_HANDLER()
local
5438
GateRef
jumpSize
= IntPtr(0);
DECLARE_ASM_HANDLER()
local
5629
GateRef
jumpSize
= INT_PTR(CALLRUNTIME_CALLINIT_PREF_IMM8_V8);
DECLARE_ASM_HANDLER()
local
[all...]
H
A
D
stub_builder-inl.h
326
void StubBuilder::SaveJumpSizeIfNeeded(GateRef glue, GateRef
jumpSize
)
in SaveJumpSizeIfNeeded()
argument
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
H
A
D
deoptimizer.cpp
613
size_t
jumpSize
= BytecodeInstruction::Size(op);
in GetCallSize()
local
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H
A
D
baseline_stubs.cpp
328
GateRef
jumpSize
= INT_PTR(CALLARG1_IMM8_V8);
in GenerateCircuit()
local
652
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
in GenerateCircuit()
local
759
GateRef
jumpSize
= INT_PTR(CALLTHIS0_IMM8_V8);
in GenerateCircuit()
local
821
GateRef
jumpSize
= INT_PTR(CALLTHIS1_IMM8_V8_V8);
in GenerateCircuit()
local
854
GateRef
jumpSize
= INT_PTR(CALLTHIS2_IMM8_V8_V8_V8);
in GenerateCircuit()
local
1353
GateRef
jumpSize
= INT_PTR(CALLTHIS3_IMM8_V8_V8_V8_V8);
GenerateCircuit()
local
1383
GateRef
jumpSize
= INT_PTR(CALLTHISRANGE_IMM8_IMM8_V8);
GenerateCircuit()
local
1446
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8));
GenerateCircuit()
local
1621
GateRef
jumpSize
= INT_PTR(CALLARG0_IMM8);
GenerateCircuit()
local
1695
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_V8));
GenerateCircuit()
local
1761
GateRef
jumpSize
= INT_PTR(CALLARGS2_IMM8_V8_V8);
GenerateCircuit()
local
1793
GateRef
jumpSize
= INT_PTR(CALLARGS3_IMM8_V8_V8_V8);
GenerateCircuit()
local
1821
GateRef
jumpSize
= INT_PTR(CALLRANGE_IMM8_IMM8_V8);
GenerateCircuit()
local
3412
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
3423
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
3664
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::PREF_IMM16_V8));
GenerateCircuit()
local
3884
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM8_IMM8_V8));
GenerateCircuit()
local
3974
GateRef
jumpSize
= IntPtr(-BytecodeInstruction::Size(BytecodeInstruction::Format::IMM16_IMM8_V8));
GenerateCircuit()
local
4028
GateRef
jumpSize
= INT_PTR(WIDE_CALLRANGE_PREF_IMM16_V8);
GenerateCircuit()
local
4094
GateRef
jumpSize
= INT_PTR(WIDE_CALLTHISRANGE_PREF_IMM16_V8);
GenerateCircuit()
local
4425
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARG0_PREF_V8);
GenerateCircuit()
local
4464
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARG1_PREF_V8_V8);
GenerateCircuit()
local
4520
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARGS2_PREF_V8_V8_V8);
GenerateCircuit()
local
4582
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLARGS3_PREF_V8_V8_V8_V8);
GenerateCircuit()
local
4619
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLRANGE_PREF_IMM16_V8);
GenerateCircuit()
local
4688
GateRef
jumpSize
= INT_PTR(DEPRECATED_CALLTHISRANGE_PREF_IMM16_V8);
GenerateCircuit()
local
4973
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
5535
GateRef
jumpSize
= INT_PTR(CALLRUNTIME_CALLINIT_PREF_IMM8_V8);
GenerateCircuit()
local
5686
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
5697
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
5800
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
5811
GateRef
jumpSize
= GetCallSizeFromFrame(*prevState);
GenerateCircuit()
local
[all...]
/arkcompiler/ets_runtime/ecmascript/interpreter/
H
A
D
interpreter-inl.cpp
7890
size_t
jumpSize
= BytecodeInstruction::Size(op);
in GetJumpSizeAfterCall()
local
Completed in 40 milliseconds