Searched defs:profile (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Dprofile.el[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSConsoleCustom.cpp40 JSValue JSConsole::profile(ExecState* exec) function in class:WebCore::JSConsole
H A DScriptProfile.cpp40 PassRefPtr<ScriptProfile> ScriptProfile::create(PassRefPtr<JSC::Profile> profile) argument
47 ScriptProfile::ScriptProfile(PassRefPtr<JSC::Profile> profile) argument
H A DScriptProfiler.cpp80 RefPtr<JSC::Profile> profile = JSC::LegacyProfiler::profiler()->stopProfiling(state, title); local
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPredictionInjectionPhase.cpp52 ValueProfile* profile = profiledBlock()->valueProfileForArgument(arg); local
H A DDFGArrayMode.cpp37 ArrayMode ArrayMode::fromObserved(ArrayProfile* profile, Array::Action action, bool makeSafe) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dicu.c14 UStringPrepProfile *profile; local
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DArrayAllocationProfile.h57 static IndexingType selectIndexingTypeFor(ArrayAllocationProfile* profile) argument
64 static JSArray* updateLastAllocationFor(ArrayAllocationProfile* profile, JSArray* lastArray) argument
H A DDFGExitProfile.cpp85 QueryableExitProfile::QueryableExitProfile(const ExitProfile& profile) argument
H A DMethodOfGettingAValueProfile.h52 explicit MethodOfGettingAValueProfile(ValueProfile* profile) argument
85 ValueProfile* profile; member in union:JSC::MethodOfGettingAValueProfile::__anon2680
H A DLazyOperandValueProfile.cpp92 LazyOperandValueProfile* profile = getIfPresent(key); local
H A DInstruction.h93 Instruction(ValueProfile* profile) { u.profile = profile; } argument
94 Instruction(ArrayProfile* profile) { u.arrayProfile = profile; } argument
95 Instruction(ArrayAllocationProfile* profile) { u.arrayAllocationProfile = profile; } argument
96 Instruction(ObjectAllocationProfile* profile) { u.objectAllocationProfile = profile; } argument
114 ValueProfile* profile; member in union:JSC::Instruction::__anon2679
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfileGenerator.h48 PassRefPtr<Profile> profile() const { return m_profile; } function in class:JSC::ProfileGenerator
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_set.c23 static errcode_t rw_setup(profile_t profile) argument
83 profile_update_relation(profile_t profile, const char **names, argument
136 profile_clear_relation(profile_t profile, const char **names) argument
181 profile_rename_section(profile_t profile, const char **names, const char *new_name) argument
234 profile_add_relation(profile_t profile, const char **names, const char *new_value) argument
[all...]
H A Dprof_init.c28 profile_t profile; local
159 profile_is_writable(profile_t profile, int *writable) argument
174 profile_is_modified(profile_t profile, int *modified) argument
189 profile_flush(profile_t profile) argument
201 profile_flush_to_file(profile_t profile, const_profile_filespec_t outfile) argument
214 profile_flush_to_buffer(profile_t profile, char **buf) argument
220 profile_free_buffer(profile_t profile, char *buf) argument
226 profile_abandon(profile_t profile) argument
242 profile_release(profile_t profile) argument
[all...]
/macosx-10.9.5/libxslt-13/libxslt/python/tests/
H A Dpyxsltproc.py24 profile = 0 variable
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayConstructor.cpp81 JSObject* constructArrayWithSizeQuirk(ExecState* exec, ArrayAllocationProfile* profile, JSGlobalObject* globalObject, JSValue length) argument
/macosx-10.9.5/JavaScriptCore-7537.78.1/tools/
H A DCodeProfile.cpp151 ProfileTreeNode profile; local
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DSandboxInitializationParameters.h77 void setSandboxProfile(const String& profile) argument
/macosx-10.9.5/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py198 profile = testsuite.prop('PROFILE') variable
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py198 profile = testsuite.prop('PROFILE') variable
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/generic/
H A DxotclProfile.c56 XOTclProfile* profile = &RUNTIME_STATE(interp)->profile; local
120 XOTclProfile* profile = &RUNTIME_STATE(interp)->profile; local
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Drand.c387 char profile[MAX_PATH]; local
/macosx-10.9.5/OpenSSH-186/osslshim/ossl/
H A Dossl-rand.c416 char profile[MAX_PATH]; local
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorConsoleInstrumentation.h192 inline void InspectorInstrumentation::addProfile(Page* page, RefPtr<ScriptProfile> profile, PassRefPtr<ScriptCallStack> callStack) argument

Completed in 151 milliseconds

1234