Searched defs:TrustedImmPtr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerX86.h258 Jump branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
266 Jump branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssembler.h338 PatchableJump patchableBranchPtr(RelationalCondition cond, Address left, TrustedImmPtr right = TrustedImmPtr(0)) argument
343 PatchableJump patchableBranchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssemblerX86_64.h729 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
735 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DAbstractMacroAssembler.h227 struct TrustedImmPtr { struct in class:JSC::AbstractMacroAssembler
228 TrustedImmPtr() { } function in struct:JSC::AbstractMacroAssembler::TrustedImmPtr
230 explicit TrustedImmPtr(const void* value) function in struct:JSC::AbstractMacroAssembler::TrustedImmPtr
237 explicit TrustedImmPtr(int value) function in struct:JSC::AbstractMacroAssembler::TrustedImmPtr
243 explicit TrustedImmPtr(size_t value) function in struct:JSC::AbstractMacroAssembler::TrustedImmPtr
[all...]
H A DMacroAssemblerARM.h1066 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
1074 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssemblerARMv7.h1766 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
1772 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
1786 patchableBranchPtr(RelationalCondition cond, Address left, TrustedImmPtr right = TrustedImmPtr(0)) argument
1810 patchableBranchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssemblerMIPS.h2104 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
2113 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssemblerSH4.h2389 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
2403 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
H A DMacroAssemblerARM64.h2288 branchPtrWithPatch(RelationalCondition cond, RegisterID left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
2295 branchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
2309 patchableBranchPtr(RelationalCondition cond, Address left, TrustedImmPtr right = TrustedImmPtr(0)) argument
2333 patchableBranchPtrWithPatch(RelationalCondition cond, Address left, DataLabelPtr& dataLabel, TrustedImmPtr initialRightValue = TrustedImmPtr(0)) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DThunkGenerators.cpp956 typedef SpecializedThunkJIT::TrustedImmPtr TrustedImmPtr; typedef
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.h84 typedef JITCompiler::TrustedImmPtr TrustedImmPtr; typedef in class:JSC::DFG::SpeculativeJIT
[all...]

Completed in 140 milliseconds