OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytecodearray
(Results
1 - 25
of
131
) sorted by null
1
2
3
4
5
6
/external/v8/src/compiler/
bytecode-branch-analysis.h
14
class
BytecodeArray
;
27
BytecodeBranchAnalysis(Handle<
BytecodeArray
> bytecode_array, Zone* zone);
50
Handle<
BytecodeArray
> bytecode_array() const { return bytecode_array_; }
52
Handle<
BytecodeArray
> bytecode_array_;
bytecode-loop-analysis.h
14
class
BytecodeArray
;
22
BytecodeLoopAnalysis(Handle<
BytecodeArray
> bytecode_array,
43
Handle<
BytecodeArray
> bytecode_array() const { return bytecode_array_; }
45
Handle<
BytecodeArray
> bytecode_array_;
bytecode-branch-analysis.cc
15
Handle<
BytecodeArray
> bytecode_array, Zone* zone)
bytecode-loop-analysis.cc
16
Handle<
BytecodeArray
> bytecode_array,
bytecode-graph-builder.h
228
const Handle<
BytecodeArray
>& bytecode_array() const {
277
Handle<
BytecodeArray
> bytecode_array_;
/external/v8/src/interpreter/
bytecode-array-iterator.h
21
explicit BytecodeArrayIterator(Handle<
BytecodeArray
> bytecode_array);
30
const Handle<
BytecodeArray
>& bytecode_array() const {
57
Handle<
BytecodeArray
> bytecode_array_;
bytecode-dead-code-optimizer.h
29
Handle<
BytecodeArray
> ToBytecodeArray(
bytecode-peephole-optimizer.h
33
Handle<
BytecodeArray
> ToBytecodeArray(
bytecode-array-writer.h
38
Handle<
BytecodeArray
> ToBytecodeArray(
bytecode-dead-code-optimizer.cc
16
Handle<
BytecodeArray
> BytecodeDeadCodeOptimizer::ToBytecodeArray(
interpreter-assembler.cc
461
BytecodeArray
::kConstantPoolOffset);
470
BytecodeArray
::kConstantPoolOffset);
[
all
...]
bytecode-array-writer.cc
34
Handle<
BytecodeArray
> BytecodeArrayWriter::ToBytecodeArray(
43
Handle<
BytecodeArray
> bytecode_array = isolate->factory()->NewBytecodeArray(
/external/v8/src/runtime/
runtime-interpreter.cc
109
CONVERT_ARG_HANDLE_CHECKED(
BytecodeArray
, bytecode_array, 0);
114
int offset = bytecode_offset -
BytecodeArray
::kHeaderSize + kHeapObjectTag;
137
CONVERT_ARG_HANDLE_CHECKED(
BytecodeArray
, bytecode_array, 0);
141
int offset = bytecode_offset -
BytecodeArray
::kHeaderSize + kHeapObjectTag;
177
CONVERT_ARG_HANDLE_CHECKED(
BytecodeArray
, bytecode_array, 0);
180
int offset = bytecode_offset -
BytecodeArray
::kHeaderSize + kHeapObjectTag;
184
offset = it.current_offset() +
BytecodeArray
::kHeaderSize - kHeapObjectTag;
/dalvik/dx/src/com/android/dx/cf/attrib/
AttCode.java
20
import com.android.dx.cf.code.
BytecodeArray
;
38
private final
BytecodeArray
code;
55
public AttCode(int maxStack, int maxLocals,
BytecodeArray
code,
124
public
BytecodeArray
getCode() {
/external/v8/src/
source-position-table.h
19
class
BytecodeArray
;
compilation-info.h
90
Handle<
BytecodeArray
> bytecode_array() const { return bytecode_array_; }
192
void SetBytecodeArray(Handle<
BytecodeArray
> bytecode_array) {
361
Handle<
BytecodeArray
> bytecode_array_;
objects-body-descriptors-inl.h
195
class
BytecodeArray
::BodyDescriptor final : public BodyDescriptorBase {
219
return reinterpret_cast<
BytecodeArray
*>(obj)->BytecodeArraySize();
551
return Op::template apply<
BytecodeArray
::BodyDescriptor>(p1, p2, p3);
/dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java
23
import com.android.dx.cf.code.
BytecodeArray
;
211
BytecodeArray
code = meth.getCode();
287
BytecodeArray
code = meth.getCode();
/dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java
31
public final class BasicBlocker implements
BytecodeArray
.Visitor {
116
*
BytecodeArray
.Visitor; since the class isn't publicly
272
BytecodeArray
bytes = method.getCode();
328
BytecodeArray
bytes = method.getCode();
ConcreteMethod.java
198
public
BytecodeArray
getCode() {
/dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java
20
import com.android.dx.cf.code.
BytecodeArray
;
38
public class CodeObserver implements
BytecodeArray
.Visitor {
/external/dexmaker/lib/
dalvik-dx-1.jar
/prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/dalvik-dx/1/
dalvik-dx-1.jar
/external/v8/src/extensions/
statistics-extension.cc
157
BytecodeArray
::cast(obj)->source_position_table()->Size();
/external/v8/src/heap/
object-stats.h
144
void RecordBytecodeArrayDetails(
BytecodeArray
* obj);
Completed in 419 milliseconds
1
2
3
4
5
6