/external/webkit/JavaScriptCore/interpreter/ |
D | Register.h | 134 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 …]
|
D | Interpreter.h | 54 class Register; variable
|
/external/opencore/oscl/oscl/osclregcli/src/ |
D | oscl_registry_client.cpp | 75 OSCL_EXPORT_REF int32 OsclRegistryClient::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryClient
|
D | oscl_registry_client_impl.h | 73 int32 Register(OSCL_String& , OsclComponentFactory) in Register() function
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSActivation.h | 41 class Register; variable
|
D | JSVariableObject.h | 41 class Register; variable
|
/external/opencore/oscl/oscl/osclregserv/src/ |
D | oscl_registry_serv_impl_tls.cpp | 87 int32 OsclRegistryServTlsImpl::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryServTlsImpl
|
D | oscl_registry_serv_impl_global.cpp | 91 int32 OsclRegistryServImpl::Register(OSCL_String& aComp, OsclComponentFactory aFac) in Register() function in OsclRegistryServImpl
|
D | oscl_registry_serv_impl.cpp | 138 int32 OsclComponentRegistry::Register(uint32&aId, OSCL_String&compId, OsclComponentFactory fac) in Register() function in OsclComponentRegistry
|
/external/gtest/include/gtest/internal/ |
D | gtest-internal.h | 669 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/ |
D | pvprotocolenginenode_pdl_plugin_registry.cpp | 135 void Register(PVMFProtocolEngineNodeRegistryInterface* aRegistry) in Register() function in ProtocolEngineNodeProgressiveDownloadContainerRegistryPopulatorInterface
|
/external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/ |
D | pvprotocolenginenode_ps_plugin_registry.cpp | 136 void Register(PVMFProtocolEngineNodeRegistryInterface* aRegistry) in Register() function in ProtocolEngineNodeProgressiveStreamingContainerRegistryPopulatorInterface
|
/external/skia/src/core/ |
D | SkPixelRef.cpp | 94 void SkPixelRef::Register(const char name[], Factory factory) { in Register() function in SkPixelRef
|
D | SkFlattenable.cpp | 223 void SkFlattenable::Register(const char name[], Factory factory) { in Register() function in SkFlattenable
|
/external/webkit/JavaScriptCore/jit/ |
D | JIT.h | 94 class Register; variable
|