Home
last modified time | relevance | path

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

12345678

/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/parsing/
Dparse-info.cc44 ParseInfo::ParseInfo(Handle<SharedFunctionInfo> shared) in ParseInfo()
75 ParseInfo::ParseInfo(Handle<SharedFunctionInfo> shared, in ParseInfo()
105 ParseInfo* ParseInfo::AllocateWithoutScript(Handle<SharedFunctionInfo> shared) { in AllocateWithoutScript()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace-tm-spr.c15 struct shared { struct
22 struct shared *cptr, *pptr; argument
/external/v8/src/compiler/
Djs-inlining-heuristic.cc25 int functions_size, Handle<SharedFunctionInfo>& shared) { in CollectFunctions()
51 bool CanInlineFunction(Handle<SharedFunctionInfo> shared) { in CanInlineFunction()
96 Handle<SharedFunctionInfo> shared = in Reduce() local
179 Handle<SharedFunctionInfo> shared = in InlineCandidate() local
298 Handle<SharedFunctionInfo> shared = in PrintCandidates() local
/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/v8/src/
Dcompiler.cc284 Handle<SharedFunctionInfo> shared = info->shared_info(); in RecordFunctionCompilation() local
330 bool UseTurboFan(Handle<SharedFunctionInfo> shared) { in UseTurboFan()
352 bool ShouldUseIgnition(Handle<SharedFunctionInfo> shared, in ShouldUseIgnition()
419 Handle<SharedFunctionInfo> shared) { in InstallSharedScopeInfo()
429 Handle<SharedFunctionInfo> shared) { in InstallSharedCompilationResult()
445 Handle<SharedFunctionInfo> shared = info->shared_info(); in InstallUnoptimizedCode() local
535 Handle<SharedFunctionInfo> shared = in CompileUnoptimizedInnerFunctions() local
690 Handle<SharedFunctionInfo> shared(function->shared()); in GetCodeFromOptimizedCodeMap() local
719 Handle<SharedFunctionInfo> shared(function->shared()); in InsertCodeIntoOptimizedCodeMap() local
814 Handle<SharedFunctionInfo> shared(function->shared(), isolate); in GetOptimizedCode() 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.cc145 Handle<SharedFunctionInfo> shared) { in PrintFunctionSource()
254 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
283 Handle<SharedFunctionInfo> shared = info->shared_info(); in PrintCode() local
Dperf-jit.h46 SharedFunctionInfo* shared) override {} in CodeDisableOptEvent()
/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-coverage.cc71 SharedFunctionInfo* shared = vector->shared_function_info(); in Collect() local
84 SharedFunctionInfo* shared = vector->shared_function_info(); in Collect() local
152 SharedFunctionInfo* shared = vector->shared_function_info(); in TogglePrecise() local
Ddebug.cc492 Handle<SharedFunctionInfo> shared(function->shared()); in Break() local
648 Handle<SharedFunctionInfo> shared(function->shared()); in SetBreakPoint() local
688 Handle<SharedFunctionInfo> shared = Handle<SharedFunctionInfo>::cast(result); in SetBreakPointForScript() local
803 void Debug::FloodWithOneShot(Handle<SharedFunctionInfo> shared) { in FloodWithOneShot()
995 Handle<SharedFunctionInfo> shared(function->shared()); in PrepareStep() local
1064 Handle<SharedFunctionInfo> shared, in GetSourceBreakLocations()
1190 explicit RedirectActiveFunctions(SharedFunctionInfo* shared) in RedirectActiveFunctions()
1243 bool Debug::PrepareFunctionForBreakPoints(Handle<SharedFunctionInfo> shared) { in PrepareFunctionForBreakPoints()
1258 while (SharedFunctionInfo* shared = iterator.Next()) { in PrepareFunctionForBreakPoints() local
1410 void NewCandidate(SharedFunctionInfo* shared, JSFunction* closure = NULL) { in NewCandidate()
[all …]
/external/valgrind/coregrind/
Dm_xtree.c109 XT_shared* shared; in new_XT_shared() local
128 static void delete_XT_shared (XT_shared* shared) in delete_XT_shared()
170 static void ensure_ips_order_xecu_valid(XT_shared* shared) in ensure_ips_order_xecu_valid()
193 static void addRef_XT_shared (XT_shared* shared) in addRef_XT_shared()
198 static UWord release_XT_shared(XT_shared* shared) in release_XT_shared()
220 XT_shared* shared; member
294 XT_shared* shared = xt->shared; in find_or_insert() local
432 XT_shared* shared = xt->shared; in VG_() local
790 XT_shared* shared = xt->shared; in prepare_ms_ec() local
898 const XT_shared* shared = xt->shared; in VG_() local
/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/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_lock.c30 int shared = 1; in main() local
/external/replicaisland/src/com/replica/replicaisland/
DGameComponent.java41 public boolean shared; field in GameComponent
/external/webrtc/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc37 VoENetEqStatsImpl::VoENetEqStatsImpl(voe::SharedData* shared) in VoENetEqStatsImpl()
/external/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/external/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c73 int *shared; /* variable to use for shared memory attach */ variable
/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

12345678