Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 195) sorted by relevance

12345678

/external/vboot_reference/firmware/lib/
Dvboot_api_kernel.c156 VbSharedDataHeader *shared = in VbUserConfirms() local
230 VbSharedDataHeader *shared = in VbBootDeveloper() local
452 VbSharedDataHeader *shared = in VbBootRecovery() local
635 VbSharedDataHeader *shared = in VbEcSoftwareSync() local
970 VbSharedDataHeader *shared = in VbSelectAndLoadKernel() local
Dvboot_api_firmware.c23 VbSharedDataHeader *shared = in VbSelectFirmware() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
DKDFParameters.java12 byte[] shared; field in KDFParameters
15 byte[] shared, in KDFParameters()
/external/v8/src/
Dcompiler.cc260 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local
306 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan()
372 Handle<SharedFunctionInfo> shared) { in InstallSharedScopeInfo()
382 Handle<SharedFunctionInfo> shared) { in InstallSharedCompilationResult()
398 Handle<SharedFunctionInfo> shared = info->shared_info(); in InstallUnoptimizedCode() local
471 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local
501 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local
616 Handle<SharedFunctionInfo> shared(function->shared(), isolate); in GetOptimizedCode() local
738 Handle<SharedFunctionInfo> shared = info->shared_info(); in FinalizeOptimizedCompilationJob() local
831 Handle<SharedFunctionInfo> shared = info.shared_info(); in GetBaselineCode() local
[all …]
Druntime-profiler.cc172 SharedFunctionInfo* shared = function->shared(); in AttemptOnStackReplacement() local
216 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeFullCodegen() local
320 SharedFunctionInfo* shared = function->shared(); in MaybeBaselineIgnition() local
346 SharedFunctionInfo* shared = function->shared(); in MaybeOptimizeIgnition() local
372 SharedFunctionInfo* shared = function->shared(); in MaybeOSRIgnition() local
400 SharedFunctionInfo* shared = function->shared(); in ShouldOptimizeIgnition() local
Dcode-events.h138 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent()
142 SharedFunctionInfo* shared, Name* source, int line, in CodeCreateEvent()
170 void CodeDisableOptEvent(AbstractCode* code, SharedFunctionInfo* shared) { in CodeDisableOptEvent()
Dcodegen.cc161 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
190 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
Dlog.cc41 static const char* ComputeMarker(SharedFunctionInfo* shared, in ComputeMarker()
173 SharedFunctionInfo* shared, Name* name) { in CodeCreateEvent()
182 SharedFunctionInfo* shared, Name* source, in CodeCreateEvent()
223 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
292 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
426 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
448 SharedFunctionInfo* shared, const char* name, in LogRecordedBuffer()
1047 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent()
1076 AbstractCode* code, SharedFunctionInfo* shared, in CodeCreateEvent()
1109 SharedFunctionInfo* shared) { in CodeDisableOptEvent()
[all …]
Dperf-jit.h46 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
/external/mesa3d/src/mesa/drivers/dri/common/
Ddrisw_util.c99 __DRIcontext *shared, in driCreateContextAttribs()
191 __DRIcontext *shared, void *data) in driCreateNewContextForAPI()
201 __DRIcontext *shared, void *data) in driCreateNewContext()
Ddri_util.c163 __DRIcontext *shared, in dri2CreateContextAttribs()
301 __DRIcontext *shared, void *data) in dri2CreateNewContextForAPI()
311 __DRIcontext *shared, void *data) in dri2CreateNewContext()
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DEcdhTest.java97 final String shared; // hexadecimal representation of the shared secret field in EcdhTest.EcdhTestVector
99 public EcdhTestVector(String curvename, String pub, BigInteger s, String shared) { in EcdhTestVector()
904 String shared = TestUtil.bytesToHex(ka.generateSecret()); in testModifiedPublic() local
954 String shared = TestUtil.bytesToHex(ka.generateSecret()); in testModifiedPublicSpec() local
/external/valgrind/helgrind/tests/
Dhg04_race.c6 static int shared; variable
Dhg06_readshared.c6 static int shared; variable
Dhg01_all_ok.c8 static int shared = 0; variable
Dhg03_inherit.c11 static volatile int shared[2]; variable
/external/v8/src/debug/
Ddebug.cc512 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local
692 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
733 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local
866 Handle<SharedFunctionInfo> shared(function->shared()); in FloodWithOneShot() local
994 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
1056 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1209 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions()
1262 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints()
1278 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local
1451 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate()
[all …]
/external/v8/src/runtime/
Druntime-liveedit.cc37 SharedFunctionInfo* shared = SharedFunctionInfo::cast(heap_obj); in RUNTIME_FUNCTION() local
45 Handle<SharedFunctionInfo> shared = found[i]; in RUNTIME_FUNCTION() local
/external/v8/src/compiler/
Djs-call-reducer.cc120 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local
124 Handle<SharedFunctionInfo> shared; in ReduceFunctionPrototypeApply() local
266 Handle<SharedFunctionInfo> shared(function->shared(), isolate()); in ReduceJSCallFunction() local
/external/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_lock.c30 int shared = 1; in main() local
/external/webrtc/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java41 public boolean shared; field in GameComponent
/external/v8/src/profiler/
Dprofiler-listener.cc63 SharedFunctionInfo* shared, in CodeCreateEvent()
81 SharedFunctionInfo* shared, in CodeCreateEvent()
139 SharedFunctionInfo* shared) { in CodeDisableOptEvent()
/external/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/external/v8/src/parsing/
Dparse-info.cc34 ParseInfo::ParseInfo(Zone* zone, Handle<SharedFunctionInfo> shared) in ParseInfo()

12345678