Searched defs:BytecodeArray (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dfactory.cc1131 Handle<BytecodeArray> Factory::NewBytecodeArray(
1138 BytecodeArray);
1728 Handle<BytecodeArray> Factory::CopyBytecodeArray(
1729 Handle<BytecodeArray> bytecode_array) {
1732 BytecodeArray); local
2543 Handle<BytecodeArray> original(shared->bytecode_array());
H A Dobjects.h80 // - BytecodeArray
128 // - AbstractCode, a wrapper around Code or BytecodeArray
1000 V(BytecodeArray) \
4471 // BytecodeArray represents a sequence of interpreter bytecodes.
4472 class BytecodeArray : public FixedArrayBase { class in class:v8::internal::KeyCollectionMode
4529 DECLARE_CAST(BytecodeArray)
4543 DECLARE_PRINTER(BytecodeArray)
4544 DECLARE_VERIFIER(BytecodeArray)
4548 void CopyBytecodesTo(BytecodeArray* to);
4566 // Maximal memory consumption for a single BytecodeArray
[all...]
/external/dexmaker/lib/
H A Ddalvik-dx-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dx/ com/android/dx/cf/ ...

Completed in 231 milliseconds