Home
last modified time | relevance | path

Searched refs:Bind (Results 1 – 25 of 706) sorted by relevance

12345678910>>...29

/external/v8/src/builtins/
Dbuiltins-number.cc73 Bind(&return_true); in TF_BUILTIN()
76 Bind(&return_false); in TF_BUILTIN()
102 Bind(&return_true); in TF_BUILTIN()
105 Bind(&return_false); in TF_BUILTIN()
125 Bind(&return_true); in TF_BUILTIN()
128 Bind(&return_false); in TF_BUILTIN()
160 Bind(&return_true); in TF_BUILTIN()
163 Bind(&return_false); in TF_BUILTIN()
174 var_input.Bind(Parameter(1)); in TF_BUILTIN()
176 Bind(&loop); in TF_BUILTIN()
[all …]
Dbuiltins-regexp.cc116 Bind(&loop); in ConstructNewResultFromMatchInfo()
132 Bind(&next_iter); in ConstructNewResultFromMatchInfo()
133 var_from_cursor.Bind(IntPtrAdd(from_cursor, IntPtrConstant(2))); in ConstructNewResultFromMatchInfo()
134 var_to_cursor.Bind(IntPtrAdd(to_cursor, IntPtrConstant(1))); in ConstructNewResultFromMatchInfo()
139 Bind(&named_captures); in ConstructNewResultFromMatchInfo()
187 var_i.Bind(IntPtrConstant(0)); in ConstructNewResultFromMatchInfo()
194 Bind(&loop); in ConstructNewResultFromMatchInfo()
208 var_i.Bind(i_plus_2); in ConstructNewResultFromMatchInfo()
214 Bind(&out); in ConstructNewResultFromMatchInfo()
248 var_lastindex.Bind(regexp_lastindex); in RegExpPrototypeExecBodyWithoutResult()
[all …]
Dbuiltins-math.cc35 var_x.Bind(Parameter(1)); in TF_BUILTIN()
37 Bind(&loop); in TF_BUILTIN()
46 Bind(&if_xissmi); in TF_BUILTIN()
53 Bind(&if_xispositive); in TF_BUILTIN()
59 Bind(&if_xisnotpositive); in TF_BUILTIN()
68 Bind(&if_notoverflow); in TF_BUILTIN()
75 Bind(&if_overflow); in TF_BUILTIN()
80 Bind(&if_xisnotsmi); in TF_BUILTIN()
87 Bind(&if_xisheapnumber); in TF_BUILTIN()
95 Bind(&if_xisnotheapnumber); in TF_BUILTIN()
[all …]
Dbuiltins-array.cc220 assembler.Bind(&fast); in Generate_FastArrayPush()
251 arg_index.Bind(assembler.IntPtrConstant(0)); in Generate_FastArrayPush()
268 assembler.Bind(&smi_transition); in Generate_FastArrayPush()
291 assembler.Bind(&object_push_pre); in Generate_FastArrayPush()
298 assembler.Bind(&object_push); in Generate_FastArrayPush()
305 assembler.Bind(&double_push); in Generate_FastArrayPush()
317 assembler.Bind(&double_transition); in Generate_FastArrayPush()
340 assembler.Bind(&default_label); in Generate_FastArrayPush()
352 assembler.Bind(&runtime); in Generate_FastArrayPush()
466 Bind(&not_present); in VisitOneElement()
[all …]
Dbuiltins-promise.cc50 Bind(&out); in AllocateAndInitJSPromise()
72 Bind(&out); in AllocateAndSetJSPromise()
118 var_result.Bind(capability); in NewPromiseCapability()
127 Bind(&if_builtin_promise); in NewPromiseCapability()
148 Bind(&if_custom_promise); in NewPromiseCapability()
177 Bind(&if_notcallable); in NewPromiseCapability()
189 Bind(&if_not_constructor); in NewPromiseCapability()
196 Bind(&out); in NewPromiseCapability()
250 var_value_map.Bind(LoadMap(value)); in ThrowIfNotJSReceiver()
256 Bind(&throw_exception); in ThrowIfNotJSReceiver()
[all …]
Dbuiltins-string.cc39 Bind(&if_sequential); in DirectStringData()
41 var_data.Bind(IntPtrAdd( in DirectStringData()
47 Bind(&if_external); in DirectStringData()
55 var_data.Bind(LoadObjectField(string, ExternalString::kResourceDataOffset, in DirectStringData()
60 Bind(&if_join); in DirectStringData()
170 var_left.Bind(Parameter(0)); in GenerateStringEqual()
171 var_right.Bind(Parameter(1)); in GenerateStringEqual()
177 Bind(&restart); in GenerateStringEqual()
225 Bind(&if_bothdirectonebytestrings); in GenerateStringEqual()
237 var_offset.Bind(IntPtrConstant(0)); in GenerateStringEqual()
[all …]
Dbuiltins-sharedarraybuffer.cc41 a->Bind(&is_smi); in ValidateSharedTypedArray()
45 a->Bind(&not_smi); in ValidateSharedTypedArray()
49 a->Bind(&not_typed_array); in ValidateSharedTypedArray()
53 a->Bind(&is_typed_array); in ValidateSharedTypedArray()
59 a->Bind(&not_shared); in ValidateSharedTypedArray()
63 a->Bind(&is_shared); in ValidateSharedTypedArray()
75 a->Bind(&is_float_or_clamped); in ValidateSharedTypedArray()
78 a->Bind(&invalid); in ValidateSharedTypedArray()
83 a->Bind(&not_float_or_clamped); in ValidateSharedTypedArray()
109 a->Bind(&if_numberissmi); in ConvertTaggedAtomicIndexToWord32()
[all …]
Dbuiltins-constructor.cc81 Bind(&if_normal); in EmitFastNewClosure()
83 map_index.Bind(SelectIntPtrConstant(is_strict, in EmitFastNewClosure()
89 Bind(&if_generator); in EmitFastNewClosure()
91 map_index.Bind(IntPtrConstant(Context::GENERATOR_FUNCTION_MAP_INDEX)); in EmitFastNewClosure()
95 Bind(&if_async); in EmitFastNewClosure()
97 map_index.Bind(IntPtrConstant(Context::ASYNC_FUNCTION_MAP_INDEX)); in EmitFastNewClosure()
101 Bind(&if_class_constructor); in EmitFastNewClosure()
103 map_index.Bind(IntPtrConstant(Context::CLASS_FUNCTION_MAP_INDEX)); in EmitFastNewClosure()
107 Bind(&if_function_without_prototype); in EmitFastNewClosure()
109 map_index.Bind( in EmitFastNewClosure()
[all …]
/external/v8/src/
Dcode-stub-assembler.cc61 Bind(&not_ok); in Assert()
77 Bind(&ok); in Assert()
90 Bind(&vtrue); in Select()
92 value.Bind(true_body()); in Select()
95 Bind(&vfalse); in Select()
97 value.Bind(false_body()); in Select()
101 Bind(&end); in Select()
219 var_x.Bind(Float64Sub(var_x.value(), one)); in Float64Round()
222 Bind(&return_x); in Float64Round()
244 Bind(&if_xgreaterthanzero); in Float64Ceil()
[all …]
Dcode-stubs.cc476 assembler.Bind(&miss); in GenerateAssembly()
545 assembler->Bind(&if_lhsissmi); in BINARY_OP_STUB()
552 assembler->Bind(&if_rhsissmi); in BINARY_OP_STUB()
564 assembler->Bind(&if_overflow); in BINARY_OP_STUB()
566 var_fadd_lhs.Bind(assembler->SmiToFloat64(lhs)); in BINARY_OP_STUB()
567 var_fadd_rhs.Bind(assembler->SmiToFloat64(rhs)); in BINARY_OP_STUB()
571 assembler->Bind(&if_notoverflow); in BINARY_OP_STUB()
573 var_type_feedback.Bind( in BINARY_OP_STUB()
575 var_result.Bind(assembler->BitcastWordToTaggedSigned( in BINARY_OP_STUB()
581 assembler->Bind(&if_rhsisnotsmi); in BINARY_OP_STUB()
[all …]
/external/libchrome/base/message_loop/
Dmessage_pump_glib_unittest.cc211 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F()
213 Bind(&ExpectProcessedEvents, Unretained(injector()), 2); in TEST_F()
215 Bind(&PostMessageLoopTask, FROM_HERE, check_task); in TEST_F()
217 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F()
223 injector()->AddEventAsTask(0, Bind(&DoNothing)); in TEST_F()
225 Bind(&ExpectProcessedEvents, Unretained(injector()), 2); in TEST_F()
226 posted_task = Bind(&PostMessageLoopTask, FROM_HERE, check_task); in TEST_F()
228 injector()->AddEventAsTask(10, Bind(&DoNothing)); in TEST_F()
240 Bind(&IncrementInt, &task_count)); in TEST_F()
245 FROM_HERE, Bind(&EventInjector::AddEvent, Unretained(injector()), 0, in TEST_F()
[all …]
Dmessage_loop_test.cc101 ThreadTaskRunnerHandle::Get()->PostTask(FROM_HERE, Bind(&Foo::Test0, foo)); in RunTest_PostTask()
103 Bind(&Foo::Test1ConstRef, foo, a)); in RunTest_PostTask()
105 Bind(&Foo::Test1Ptr, foo, &b)); in RunTest_PostTask()
107 Bind(&Foo::Test1Int, foo, 100)); in RunTest_PostTask()
109 Bind(&Foo::Test2Ptr, foo, &a, &c)); in RunTest_PostTask()
111 Bind(&Foo::Test2Mixed, foo, a, &d)); in RunTest_PostTask()
115 Bind(&MessageLoop::QuitWhenIdle, Unretained(MessageLoop::current()))); in RunTest_PostTask()
136 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time, &num_tasks), kDelay); in RunTest_PostDelayedTask_Basic()
155 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time1, &num_tasks), in RunTest_PostDelayedTask_InDelayOrder()
160 FROM_HERE, Bind(&RecordRunTimeFunc, &run_time2, &num_tasks), in RunTest_PostDelayedTask_InDelayOrder()
[all …]
/external/v8/src/ic/
Daccessor-assembler.cc51 var_handler->Bind(handler); in TryMonomorphicCase()
75 var_handler->Bind(handler); in HandlePolymorphicCase()
78 Bind(&next_entry); in HandlePolymorphicCase()
95 var_handler->Bind(handler); in HandlePolymorphicCase()
98 Bind(&next_entry); in HandlePolymorphicCase()
127 var_handler->Bind( in HandleKeyedStorePolymorphicCase()
132 var_transition_map_cell->Bind(maybe_transition_map_cell); in HandleKeyedStorePolymorphicCase()
135 Bind(&next_entry); in HandleKeyedStorePolymorphicCase()
149 var_holder.Bind(p->receiver); in HandleLoadICHandlerCase()
151 var_smi_handler.Bind(handler); in HandleLoadICHandlerCase()
[all …]
Dkeyed-store-generic.cc94 var_map.Bind(receiver_map); in BranchIfPrototypesHaveNonFastElements()
98 Bind(&loop_body); in BranchIfPrototypesHaveNonFastElements()
104 var_map.Bind(prototype_map); in BranchIfPrototypesHaveNonFastElements()
135 var_target_map.Bind( in TryRewriteElements()
141 Bind(&check_holey_map); in TryRewriteElements()
146 var_target_map.Bind(LoadContextElement( in TryRewriteElements()
152 Bind(&perform_transition); in TryRewriteElements()
192 Bind(&already_holey); in TryChangeToHoleyMap()
212 Bind(&check_other_kind); in TryChangeToHoleyMapMulti()
216 Bind(&already_holey); in TryChangeToHoleyMapMulti()
[all …]
/external/v8/tools/clang/base_bind_rewriters/tests/
Dtest-expected.cc14 void Bind(Functor&&, Args&&...) {} in Bind() function
24 using base::Bind; in Test()
26 base::Bind(&Foo::Bar, foo); in Test()
27 Bind(&Foo::Bar, foo); in Test()
28 base::Bind(&Foo::Bar, (&foo)); in Test()
29 base::Bind(&Foo::Bar, foo); in Test()
30 base::Bind(&Foo::Bar, foo); in Test()
31 base::Bind(&Foo::Bar, foo, foo.get()); in Test()
32 base::Bind(&Foo::Baz, foo.get()); in Test()
33 base::Bind(&Foo::Bar, foo); in Test()
[all …]
Dtest-original.cc14 void Bind(Functor&&, Args&&...) {} in Bind() function
24 using base::Bind; in Test()
26 base::Bind(&Foo::Bar, foo.get()); in Test()
27 Bind(&Foo::Bar, foo.get()); in Test()
28 base::Bind(&Foo::Bar, (&foo)->get()); in Test()
29 base::Bind(&Foo::Bar, foo.get( in Test()
31 base::Bind(&Foo::Bar, foo in Test()
33 base::Bind(&Foo::Bar, foo.get(), foo.get()); in Test()
34 base::Bind(&Foo::Baz, foo.get()); in Test()
35 base::Bind(&Foo::Bar, foo.scoped_refptr<int>::get()); in Test()
[all …]
/external/libchrome/base/
Dsequence_checker_unittest.cc109 Bind(&ExpectNotCalledOnValidSequence, Unretained(&sequence_checker))); in TEST_F()
120 RunCallbackThread thread(Bind(&ExpectCalledOnValidSequenceWithSequenceToken, in TEST_F()
171 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker))); in TEST_F()
181 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A"); in TEST_F()
183 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A"); in TEST_F()
192 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A"); in TEST_F()
194 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A"); in TEST_F()
200 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "B"); in TEST_F()
202 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "B"); in TEST_F()
212 Bind(&ExpectCalledOnValidSequence, Unretained(&sequence_checker)), "A"); in TEST_F()
[all …]
Dbind_unittest.cc365 Callback<int(int, int, int)> cb = Bind(&Sum, 32, 16, 8); in TEST_F()
368 Callback<int(int, int, int, int, int, int)> c1 = Bind(&Sum); in TEST_F()
371 Callback<int(int, int, int)> c2 = Bind(c1, 32, 16, 8); in TEST_F()
374 Callback<int()> c3 = Bind(c2, 4, 2, 1); in TEST_F()
634 Bind(&FunctionWithWeakFirstParam, weak_factory.GetWeakPtr()); in TEST_F()
756 Bind(F&& f, Args&&... args) { in Bind() function
768 Bind(F&& f, Args&&... args) { in Bind() function
805 ClosureType normal_cb = TypeParam::Bind(&VoidFunc0); in TYPED_TEST()
807 TypeParam::Bind(&PolymorphicIdentity<NoRef*>, &no_ref); in TYPED_TEST()
811 ClosureType method_cb = TypeParam::Bind(&HasRef::VoidMethod0, &has_ref); in TYPED_TEST()
[all …]
Dcallback_list_unittest.cc64 cb_reg_->Add(Bind(&Adder::IncrementTotal, Unretained(this))); in AddCallback()
122 c1.Add(Bind(&Summer::AddOneParam, Unretained(&s))); in TEST()
129 c2.Add(Bind(&Summer::AddTwoParam, Unretained(&s))); in TEST()
136 subscription3 = c3.Add(Bind(&Summer::AddThreeParam, Unretained(&s))); in TEST()
143 subscription4 = c4.Add(Bind(&Summer::AddFourParam, Unretained(&s))); in TEST()
150 subscription5 = c5.Add(Bind(&Summer::AddFiveParam, Unretained(&s))); in TEST()
158 subscription6 = c6.Add(Bind(&Summer::AddSixParam, Unretained(&s))); in TEST()
171 cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&a))); in TEST()
173 cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&b))); in TEST()
186 cb_reg.Add(Bind(&Listener::IncrementTotal, Unretained(&c))); in TEST()
[all …]
/external/v8/src/interpreter/
Dinterpreter-assembler.cc44 accumulator_.Bind(Parameter(InterpreterDispatchDescriptor::kAccumulator)); in InterpreterAssembler()
45 bytecode_offset_.Bind( in InterpreterAssembler()
47 bytecode_array_.Bind( in InterpreterAssembler()
49 dispatch_table_.Bind( in InterpreterAssembler()
69 interpreted_frame_pointer_.Bind(LoadParentFramePointer()); in GetInterpretedFramePointer()
72 interpreted_frame_pointer_.Bind(LoadParentFramePointer()); in GetInterpretedFramePointer()
91 accumulator_.Bind(value); in SetAccumulator()
104 cur_context.Bind(context); in GetContextAtDepth()
107 cur_depth.Bind(depth); in GetContextAtDepth()
118 Bind(&context_search); in GetContextAtDepth()
[all …]
Dinterpreter-intrinsics.cc87 __ Bind(&lower_case); \ in InvokeIntrinsic()
91 result.Bind(name(first_arg_reg, arg_count, context)); \ in InvokeIntrinsic()
96 __ Bind(&abort); in InvokeIntrinsic()
99 result.Bind(__ UndefinedConstant()); in InvokeIntrinsic()
103 __ Bind(&end); in InvokeIntrinsic() local
131 __ Bind(&return_true); in IsInstanceType() local
133 return_value.Bind(__ BooleanConstant(true)); in IsInstanceType()
137 __ Bind(&return_false); in IsInstanceType() local
139 return_value.Bind(__ BooleanConstant(false)); in IsInstanceType()
143 __ Bind(&end); in IsInstanceType() local
[all …]
/external/guice/extensions/testlib/test/com/google/inject/testing/fieldbinder/
DBoundFieldModuleTest.java57 @Bind private Integer anInt = testValue; in testBindingOnePrivate()
69 @Bind public Integer anInt = testValue; in testBindingOnePublic()
79 @Bind Integer anInt;
105 @Bind private Integer anInt = testValue; in testBindingTwo()
106 @Bind private String aString = testString; in testBindingTwo()
119 @Bind(to = Number.class) private Integer anInt = testValue; in testBindingSuperType()
131 @Bind(to = Number.class) private Integer anInt = testValue; in testBindingSuperTypeAccessSubType()
149 @Bind(to = String.class) private Provider<Integer> anIntProvider = new Provider<Integer>() { in testBindingIncorrectTypeProviderFails()
176 @Bind private Integer anInt = testValue1; in testBindingWithBindingAnnotation()
178 @Bind in testBindingWithBindingAnnotation()
[all …]
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp473 void bindAttributes (TestLog& log, const glw::Functions& gl, deUint32 program, const vector<Bind>& … in bindAttributes()
475 for (vector<Bind>::const_iterator iter = binds.begin(); iter != binds.end(); ++iter) in bindAttributes()
680 Bind::Bind (const std::string& attribute, deUint32 location) in Bind() function in deqp::gls::AttributeLocationTestUtil::Bind
689 const vector<Bind>& preAttachBind, in runTest()
690 const vector<Bind>& preLinkBind, in runTest()
691 const vector<Bind>& postLinkBind, in runTest()
817 const vector<Bind> noBindings; in iterate()
820 vector<Bind> bindings; in iterate()
823 bindings.push_back(Bind("a_0", 3)); in iterate()
842 const vector<Bind> noBindings; in iterate()
[all …]
/external/webrtc/webrtc/base/
Dbind_unittest.cc122 Bind(&MethodBindTester::NullaryVoid, &object)(); in TEST()
124 EXPECT_EQ(1, Bind(&MethodBindTester::NullaryInt, &object)()); in TEST()
126 EXPECT_EQ(2, Bind(&MethodBindTester::NullaryConst, in TEST()
129 Bind(&MethodBindTester::UnaryVoid, &object, 5)(); in TEST()
131 EXPECT_EQ(100, Bind(&MethodBindTester::Identity<int>, &object, 100)()); in TEST()
134 EXPECT_EQ(string_value, Bind(&MethodBindTester::Identity<std::string>, in TEST()
140 EXPECT_EQ(12, Bind(&MethodBindTester::UnaryByPointer, &object, &value)()); in TEST()
146 EXPECT_EQ(13, Bind(&MethodBindTester::UnaryByRef, &object, value)()); in TEST()
150 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)()); in TEST()
155 EXPECT_EQ(42, Bind(&Return42)()); in TEST()
[all …]
/external/libbrillo/brillo/message_loops/
Dmessage_loop_unittest.cc26 using base::Bind;
78 Bind([&called]() { called = true; })); in TYPED_TEST()
88 Bind([&called]() { called = true; })); in TYPED_TEST()
100 Bind([&called]() { called = true; }), in TYPED_TEST()
105 Bind([&called]() { return called; })); in TYPED_TEST()
115 this->loop_->PostDelayedTask(Bind(&base::DoNothing), TimeDelta()); in TYPED_TEST()
123 Bind([&called] { called = true; }))); in TYPED_TEST()
126 Bind([&called] { called = true; }))); in TYPED_TEST()
136 Bind([&called] { called = true; })); in TYPED_TEST()
155 Bind([&called] { called = true; })); in TYPED_TEST()
[all …]

12345678910>>...29