Home
last modified time | relevance | path

Searched defs:Register (Results 1 – 15 of 15) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DRegister.h134 ALWAYS_INLINE Register::Register() in Register() function
142 ALWAYS_INLINE Register::Register(JSValuePtr v) in Register() function
175 ALWAYS_INLINE Register::Register(Arguments* arguments) in Register() function
181 ALWAYS_INLINE Register::Register(JSActivation* activation) in Register() function
187 ALWAYS_INLINE Register::Register(CallFrame* callFrame) in Register() function
193 ALWAYS_INLINE Register::Register(CodeBlock* codeBlock) in Register() function
199 ALWAYS_INLINE Register::Register(JSFunction* function) in Register() function
205 ALWAYS_INLINE Register::Register(Instruction* vPC) in Register() function
211 ALWAYS_INLINE Register::Register(ScopeChainNode* scopeChain) in Register() function
217 ALWAYS_INLINE Register::Register(JSPropertyNameIterator* propertyNameIterator) in Register() function
[all …]
DInterpreter.h54 class Register; variable
/external/opencore/oscl/oscl/osclregcli/src/
Doscl_registry_client.cpp75 OSCL_EXPORT_REF int32 OsclRegistryClient::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryClient
Doscl_registry_client_impl.h73 int32 Register(OSCL_String& , OsclComponentFactory) in Register() function
/external/webkit/JavaScriptCore/runtime/
DJSActivation.h41 class Register; variable
DJSVariableObject.h41 class Register; variable
/external/opencore/oscl/oscl/osclregserv/src/
Doscl_registry_serv_impl_tls.cpp87 int32 OsclRegistryServTlsImpl::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryServTlsImpl
Doscl_registry_serv_impl_global.cpp91 int32 OsclRegistryServImpl::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryServImpl
Doscl_registry_serv_impl.cpp138 int32 OsclComponentRegistry::Register(uint32&aId, OSCL_String&compId, OsclComponentFactory fac) in Register() function in OsclComponentRegistry
/external/gtest/include/gtest/internal/
Dgtest-internal.h669 static bool Register(const char* prefix, const char* case_name, in Register() function
698 static bool Register(const char* /*prefix*/, const char* /*case_name*/, in Register() function
711 static bool Register(const char* prefix, const char* case_name, in Register() function
729 static bool Register(const char* prefix, const char* case_name, in Register() function
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
Dpvprotocolenginenode_pdl_plugin_registry.cpp135 void Register(PVMFProtocolEngineNodeRegistryInterface* aRegistry) in Register() function in ProtocolEngineNodeProgressiveDownloadContainerRegistryPopulatorInterface
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
Dpvprotocolenginenode_ps_plugin_registry.cpp136 void Register(PVMFProtocolEngineNodeRegistryInterface* aRegistry) in Register() function in ProtocolEngineNodeProgressiveStreamingContainerRegistryPopulatorInterface
/external/skia/src/core/
DSkPixelRef.cpp94 void SkPixelRef::Register(const char name[], Factory factory) { in Register() function in SkPixelRef
DSkFlattenable.cpp223 void SkFlattenable::Register(const char name[], Factory factory) { in Register() function in SkFlattenable
/external/webkit/JavaScriptCore/jit/
DJIT.h94 class Register; variable