OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PolymorphicAccessStructureList
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecode/
StructureStubInfo.cpp
39
PolymorphicAccessStructureList
* polymorphicStructures = u.getByIdSelfList.structureList;
44
PolymorphicAccessStructureList
* polymorphicStructures = u.getByIdProtoList.structureList;
81
PolymorphicAccessStructureList
* polymorphicStructures = u.getByIdSelfList.structureList;
86
PolymorphicAccessStructureList
* polymorphicStructures = u.getByIdProtoList.structureList;
Instruction.h
58
struct
PolymorphicAccessStructureList
{
95
PolymorphicAccessStructureList
(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase)
100
PolymorphicAccessStructureList
(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, Structure* firstProto)
105
PolymorphicAccessStructureList
(JSGlobalData& globalData, JSCell* owner, PolymorphicAccessStructureListStubRoutineType stubRoutine, Structure* firstBase, StructureChain* firstChain)
159
Instruction(
PolymorphicAccessStructureList
* polymorphicStructures) { u.polymorphicStructures = polymorphicStructures; }
168
PolymorphicAccessStructureList
* polymorphicStructures;
StructureStubInfo.h
84
void initGetByIdSelfList(
PolymorphicAccessStructureList
* structureList, int listSize)
92
void initGetByIdProtoList(
PolymorphicAccessStructureList
* structureList, int listSize)
147
PolymorphicAccessStructureList
* structureList;
151
PolymorphicAccessStructureList
* structureList;
CodeBlock.cpp
[
all
...]
/external/webkit/Source/JavaScriptCore/jit/
JIT.h
62
struct
PolymorphicAccessStructureList
;
192
static void compileGetByIdSelfList(JSGlobalData* globalData, CodeBlock* codeBlock, StructureStubInfo* stubInfo,
PolymorphicAccessStructureList
* polymorphicStructures, int currentIndex, Structure* structure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset)
197
static void compileGetByIdProtoList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo,
PolymorphicAccessStructureList
* prototypeStructureList, int currentIndex, Structure* structure, Structure* prototypeStructure, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset)
202
static void compileGetByIdChainList(JSGlobalData* globalData, CallFrame* callFrame, CodeBlock* codeBlock, StructureStubInfo* stubInfo,
PolymorphicAccessStructureList
* prototypeStructureList, int currentIndex, Structure* structure, StructureChain* chain, size_t count, const Identifier& ident, const PropertySlot& slot, size_t cachedOffset)
268
void privateCompileGetByIdSelfList(StructureStubInfo*,
PolymorphicAccessStructureList
*, int, Structure*, const Identifier&, const PropertySlot&, size_t cachedOffset);
269
void privateCompileGetByIdProtoList(StructureStubInfo*,
PolymorphicAccessStructureList
*, int, Structure*, Structure* prototypeStructure, const Identifier&, const PropertySlot&, size_t cachedOffset, CallFrame* callFrame);
270
void privateCompileGetByIdChainList(StructureStubInfo*,
PolymorphicAccessStructureList
*, int, Structure*, StructureChain* chain, size_t count, const Identifier&, const PropertySlot&, size_t cachedOffset, CallFrame* callFrame);
[
all
...]
JITPropertyAccess.cpp
[
all
...]
JITStubs.cpp
[
all
...]
JITPropertyAccess32_64.cpp
[
all
...]
Completed in 97 milliseconds