Searched refs:index (Results 226 - 250 of 3714) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DMethodOfGettingAValueProfile.cpp47 EncodedJSValue* MethodOfGettingAValueProfile::getSpecFailBucket(unsigned index) const
54 return u.profile->specFailBucket(index);
62 return profile->specFailBucket(index);
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGCommonData.cpp53 unsigned index = codeOrigins.size() - 1; local
54 ASSERT(codeOrigins[index] == codeOrigin);
55 return index;
H A DDFGDesiredWriteBarriers.h50 DesiredWriteBarrier(Type, CodeBlock*, unsigned index, JSCell* owner);
62 unsigned index; member in union:JSC::DFG::DesiredWriteBarrier::__anon2567
72 DesiredWriteBarrier& add(DesiredWriteBarrier::Type type, CodeBlock* codeBlock, unsigned index, JSCell* owner) argument
74 m_barriers.append(DesiredWriteBarrier(type, codeBlock, index, owner));
97 inline void initializeLazyWriteBarrierForConstant(DesiredWriteBarriers& barriers, WriteBarrier<Unknown>& barrier, CodeBlock* codeBlock, unsigned index, JSCell* owner, JSValue value) argument
99 DesiredWriteBarrier& desiredBarrier = barriers.add(DesiredWriteBarrier::ConstantType, codeBlock, index, owner);
H A DDFGBlockInsertionSet.h45 void insert(size_t index, PassRefPtr<BasicBlock>);
46 BasicBlock* insert(size_t index, float executionCount);
H A DDFGDominators.h55 return dominates(from->index, to->index);
H A DDFGOSRExitCompiler.h65 unsigned poisonIndex(unsigned index) argument
67 unsigned result = m_poisonScratchIndices[index];
/macosx-10.10.1/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbstractHeap.h145 const AbstractField& at(ptrdiff_t index) argument
147 if (static_cast<size_t>(index) < m_smallIndices.size())
148 return returnInitialized(m_smallIndices[index], index);
149 return atSlow(index);
152 const AbstractField& operator[](ptrdiff_t index) { return at(index); } argument
154 TypedPointer baseIndex(Output& out, LValue base, LValue index, JSValue indexAsConstant = JSValue(), ptrdiff_t offset = 0);
157 const AbstractField& returnInitialized(AbstractField& field, ptrdiff_t index) argument
160 initialize(field, index);
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dhex-001.js30 regexp, str_regexp, pattern, str_pattern, length, index, matches_array ) {
49 str_regexp + ".exec(" + str_pattern +").index",
50 index,
51 regexp.exec(pattern).index );
H A Dmultiline-001.js27 ( regexp, pattern, index, matches_array ) {
46 regexp.toString() + ".exec(" + pattern +").index",
47 index,
48 regexp.exec(pattern).index );
H A Doctal-001.js29 regexp, str_regexp, pattern, str_pattern, index, matches_array ) {
47 str_regexp + ".exec(" + str_pattern +").index",
48 index,
49 regexp.exec(pattern).index );
H A Doctal-002.js44 regexp, str_regexp, pattern, str_pattern, index, matches_array ) {
62 str_regexp + ".exec(" + str_pattern +").index",
63 index,
64 regexp.exec(pattern).index );
H A Dunicode-001.js30 regexp, str_regexp, pattern, str_pattern, length, index, matches_array ) {
38 str_regexp + " .exec(" + str_pattern +").index",
39 index,
40 regexp.exec(pattern).index );
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-57043.js38 var statprefix = 'Adding a property to test object with an index of ';
46 var index = Array(-5000, -507, -3, -2, -1, 0, 1, 2, 3); variable
60 for (j in index) {testProperty(index[j]);}
70 // try to assign a property using the given index -
73 // try to read the property back via the index (as number) -
78 // try to read the property back via the index as string -
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetopt.c52 opt_info.index = (optind > 1 || optind == lastoptind) ? optind : 0;
53 if (opt_info.index >= argc)
74 lastoptind = optind = opt_info.index;
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Dico.rb56 def self.get(file, index, keys=nil)
57 tk_call_without_enc('::ico::getIcon', file, index, *hash_kv(keys, true))
75 def self.get_image(file, index, keys={})
78 self.new(file, index, keys)
81 def self.get_data(file, index, keys={})
83 tk_split_list(tk_call_without_enc('::ico::getIcon', file, index,
87 def self.write(file, index, depth, data, keys=nil)
88 tk_call_without_enc('::ico::writeIcon', file, index, depth, data,
122 def initialize(file, index, keys=nil)
132 tk_call_without_enc('::ico::getIcon', file, index, '
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/library/
H A Ditcl.tcl55 variable index
57 append index "set [list auto_index([fullname $name])]"
58 append index " \[list source \[file join \$dir [list $scriptFile]\]\]\n"
74 variable index
76 append index "set [list auto_index([fullname $name])]"
77 append index " \[list source \[file join \$dir [list $scriptFile]\]\]\n"
87 variable index
89 append index "set [list auto_index([fullname $name])]"
90 append index " \[list source \[file join \$dir [list $scriptFile]\]\]\n"
96 # Adds an entry to the auto index lis
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dheim_err.et28 index 64
36 index 128
52 index 192
/macosx-10.10.1/ICU-531.30/icuSources/layout/
H A DCanonShaping.cpp15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) argument
17 for (le_int32 j = index + 1; j < limit; j += 1) {
22 for (i = j - 1; i >= index; i -= 1) {
71 le_int32 index = indices[i]; local
73 outChars[i] = inChars[index];
74 glyphStorage.setCharIndex(out, index, success);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DGenericTypedArrayView.h80 typename Adaptor::Type item(unsigned index) const
82 ASSERT_WITH_SECURITY_IMPLICATION(index < this->length());
83 return data()[index];
86 void set(unsigned index, double value) const argument
88 ASSERT_WITH_SECURITY_IMPLICATION(index < this->length());
89 data()[index] = Adaptor::toNativeFromDouble(value);
/macosx-10.10.1/apache-793/httpd/modules/proxy/examples/
H A Dmod_lbmethod_rr.c37 int index; member in struct:__anon6041
56 /* The index of the candidate last chosen is stored in ctx->index */
68 "proxy: roundrobin index: %d (%d)",
69 ctx->index, (int)getpid());
76 if (i < ctx->index)
95 ctx->index += 1;
96 if (ctx->index >= balancer->workers->nelts) {
97 ctx->index = 0;
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A Dindex.tcl0 # index.tcl --
12 # RCS: @(#) $Id: index.tcl,v 1.5 2004/05/18 12:28:40 dkf Exp $
91 # string - Text to index.
101 set index "$curPkg,$curSect,$topic"
102 if {[info exists topics($index)]
103 && [string compare $topics($index) $curID] != 0} {
106 set topics($index) $curID
164 set index "$curPkg,$curSect,$topic"
165 set topics($index) $curID
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A Dindex.tcl0 # index.tcl --
12 # RCS: @(#) $Id: index.tcl,v 1.3.40.1 2003/06/04 23:41:15 mistachkin Exp $
91 # string - Text to index.
101 set index "$curPkg,$curSect,$topic"
102 if {[info exists topics($index)]
103 && [string compare $topics($index) $curID] != 0} {
106 set topics($index) $curID
164 set index "$curPkg,$curSect,$topic"
165 set topics($index) $curID
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/tie/
H A Dtie_log.tcl73 method getv {index} {
74 ::log::log debug "$self get ($index)"
78 method setv {index value} {
79 ::log::log debug "$self set ($index) = \[$value\]"
83 method unsetv {index} {
84 ::log::log debug "$self unset ($index)"
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DRawArrayInput.java24 private int index; field in class:RawArrayInput
44 Object o = array[index++];
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dittrans.cpp37 void IntlTestTransliterator::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) argument
40 switch (index) {

Completed in 292 milliseconds

1234567891011>>