Searched defs:NewObject (Results 1 - 3 of 3) sorted by relevance

/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc28 static T* NewObject() { function in class:base::__anon9917::OffThreadObjectCreator
369 std::unique_ptr<Target> target(OffThreadObjectCreator<Target>::NewObject());
378 std::unique_ptr<Arrow> arrow(OffThreadObjectCreator<Arrow>::NewObject());
/external/webrtc/webrtc/modules/utility/source/
H A Djvm_android.cc142 rtc::scoped_ptr<GlobalRef> NativeRegistration::NewObject( function in class:webrtc::NativeRegistration
144 ALOGD("NativeRegistration::NewObject%s", GetThreadInfo().c_str());
/external/v8/src/interpreter/
H A Dinterpreter-intrinsics.cc241 Node* IntrinsicsHelper::NewObject(Node* input, Node* arg_count, Node* context) { function in class:v8::internal::interpreter::IntrinsicsHelper

Completed in 131 milliseconds