OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchGetByIdDefaultStructure
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp
339
Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info.structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
341
Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT1, JSCell::structureOffset()), protoStructureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
417
Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
495
addSlowCase(branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
))));
[
all
...]
JITPropertyAccess32_64.cpp
216
Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), info.structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
218
Jump protoStructureCheck = branchPtrWithPatch(NotEqual, Address(regT2, JSCell::structureOffset()), protoStructureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
432
Jump structureCheck = branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
)));
508
addSlowCase(branchPtrWithPatch(NotEqual, Address(regT0, JSCell::structureOffset()), structureToCompare, TrustedImmPtr(reinterpret_cast<void*>(
patchGetByIdDefaultStructure
))));
[
all
...]
JIT.h
175
static const int
patchGetByIdDefaultStructure
= -1;
[
all
...]
Completed in 30 milliseconds